diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-22 16:45:56 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-22 16:45:56 +0200 |
commit | d2d6d2944d6e725cd6bd2fce1c6f979649e77ed8 (patch) | |
tree | 1a070e76f6215a15d14de7dd6952b56740a9706c /capplets/common/mateconf-property-editor-marshal.h | |
parent | 909bf45d2c2d567decaf57b7869e0fbdcb7c0ed4 (diff) | |
download | mate-control-center-d2d6d2944d6e725cd6bd2fce1c6f979649e77ed8.tar.bz2 mate-control-center-d2d6d2944d6e725cd6bd2fce1c6f979649e77ed8.tar.xz |
migrate common stuff to gsettings
Diffstat (limited to 'capplets/common/mateconf-property-editor-marshal.h')
-rw-r--r-- | capplets/common/mateconf-property-editor-marshal.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/capplets/common/mateconf-property-editor-marshal.h b/capplets/common/mateconf-property-editor-marshal.h deleted file mode 100644 index e26505cf..00000000 --- a/capplets/common/mateconf-property-editor-marshal.h +++ /dev/null @@ -1,19 +0,0 @@ - -#include <gobject/gmarshal.h> - -#ifdef __cplusplus -extern "C" { -#endif - -/* VOID:STRING,POINTER (peditor-marshal.list:25) */ -extern void mateconf_property_editor_marshal_VOID__STRING_POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -#ifdef __cplusplus -} -#endif - |