libcommon.la defines several new GTypes, so it cannot be loaded into the same process multiple times. Copy gconf-property-editor to libgnome-control-center as this is useful for all panels. However, it will need to be converted to GSettings in the near future. Copy capplet-stock-icons to the mouse panel, as it is not used in any other panels. Remove references to functions not yet implemented for panels (help, window icon, etc).
15 lines
666 B
C
15 lines
666 B
C
|
|
#include <gobject/gmarshal.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/* VOID:STRING,POINTER (peditor-marshal.list:25) */
|
|
extern void gconf_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);
|
|
|
|
G_END_DECLS
|
|
|