GNOME 2.0 port. Changes too numerous to mention.
Removed bonobo-conf support entirely. Added simple GConf-based property editors. These will be replaced by PonG when that gets ported.
This commit is contained in:
parent
467b92037d
commit
d3133da76a
9 changed files with 735 additions and 336 deletions
15
capplets/common/gconf-property-editor-marshal.h
Normal file
15
capplets/common/gconf-property-editor-marshal.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
#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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue