summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-03-27 10:14:47 +0000
committerRoss Burton <rburton@src.gnome.org>2003-03-27 10:14:47 +0000
commitdb7f642c17416907dcd8defa61962e66b5a0cdca (patch)
tree80ecd9a1afa7f6de895cfae4f70b8b3144650801 /gconf/gconf-client.h
parentc34d0a3f87b9789176cafe03f046570c457032b7 (diff)
downloadgconf-db7f642c17416907dcd8defa61962e66b5a0cdca.tar.gz
The Apply Patches Mission: Added more introspection commands to gconftool, wrapped headers for C++, make gcong_entry_copy, _ref and _unref public
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index bd88dfac..5d7877e8 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -86,6 +86,7 @@ typedef void (*GConfClientErrorHandlerFunc) (GConfClient* client,
#define GCONF_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GCONF_TYPE_CLIENT, GConfClientClass))
#define GCONF_IS_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCONF_TYPE_CLIENT))
#define GCONF_IS_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GCONF_TYPE_CLIENT))
+#define GCONF_CLIENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GCONF_TYPE_CLIENT, GConfClientClass))
struct _GConfClient
{