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:
Bradford Hovinen (Gdict maintainer) 2001-11-10 20:52:31 +00:00
parent 467b92037d
commit d3133da76a
9 changed files with 735 additions and 336 deletions

View 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