Use the same marshaller for both GConfPropertyEditor and CcSettingEditor

This commit is contained in:
Rodrigo Moya 2010-10-08 17:17:12 +02:00
parent 7ebaaf64c9
commit b7972bc1cb
6 changed files with 54 additions and 35 deletions

View file

@ -0,0 +1,15 @@
#include <gobject/gmarshal.h>
G_BEGIN_DECLS
/* VOID:STRING,POINTER (peditor-marshal.list:25) */
extern void cc_marshal_VOID__STRING_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
G_END_DECLS