initial commit
[gconf-editor] / src / gconf-marshal.h
diff --git a/src/gconf-marshal.h b/src/gconf-marshal.h
new file mode 100644 (file)
index 0000000..8bf0d0d
--- /dev/null
@@ -0,0 +1,28 @@
+
+#ifndef __gconf_marshal_MARSHAL_H__
+#define __gconf_marshal_MARSHAL_H__
+
+#include       <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* VOID:STRING,BOXED (gconf-marshal.list:1) */
+extern void gconf_marshal_VOID__STRING_BOXED (GClosure     *closure,
+                                              GValue       *return_value,
+                                              guint         n_param_values,
+                                              const GValue *param_values,
+                                              gpointer      invocation_hint,
+                                              gpointer      marshal_data);
+
+/* BOOLEAN:STRING (gconf-marshal.list:2) */
+extern void gconf_marshal_BOOLEAN__STRING (GClosure     *closure,
+                                           GValue       *return_value,
+                                           guint         n_param_values,
+                                           const GValue *param_values,
+                                           gpointer      invocation_hint,
+                                           gpointer      marshal_data);
+
+G_END_DECLS
+
+#endif /* __gconf_marshal_MARSHAL_H__ */
+