Use the same marshaller for both GConfPropertyEditor and CcSettingEditor
This commit is contained in:
parent
7ebaaf64c9
commit
b7972bc1cb
6 changed files with 54 additions and 35 deletions
15
libgnome-control-center/cc-marshal.h
Normal file
15
libgnome-control-center/cc-marshal.h
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue