X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgconf-marshal.h;fp=src%2Fgconf-marshal.h;h=8bf0d0d11e6f668f941f6d59471a08b455c33635;hb=34f89e89320f83ec38ebf7257ddfe4d4a84b7cf0;hp=0000000000000000000000000000000000000000;hpb=3a0d577474f47cb857051247625d9fb7911d0f50;p=gconf-editor diff --git a/src/gconf-marshal.h b/src/gconf-marshal.h new file mode 100644 index 0000000..8bf0d0d --- /dev/null +++ b/src/gconf-marshal.h @@ -0,0 +1,28 @@ + +#ifndef __gconf_marshal_MARSHAL_H__ +#define __gconf_marshal_MARSHAL_H__ + +#include + +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__ */ +