summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-07-12 05:46:52 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-07-12 05:46:52 +0000
commitb73d1de20154d3c62ab2b12f3d131e8acfe8e4e5 (patch)
treeca6fb50274915908cf2adabef41ba537dc4d69d2 /gconf/gconf-client.h
parent6d785b9b8a485f4be978cd87800a1f5876f94ce8 (diff)
downloadgconf-b73d1de20154d3c62ab2b12f3d131e8acfe8e4e5.tar.gz
Bump library versions, bump to 0.6
2000-07-12 Havoc Pennington <hp@pobox.com> * configure.in: Bump library versions, bump to 0.6 * gconf/gconf.c (gconf_engine_get_local): Rename from gconf_engine_new_local (gconf_engine_get_default): rename from gconf_engine_new (gconf_engine_get_for_address): rename from gconf_engine_new_from_address * wrappers/gtk/gconf-client.c (gconf_client_get_default): rename from gconf_client_new. Always sink the client, so we are strictly refcounted, no floating state (for future GObject compatibility) (gconf_client_get_for_engine): rename from gconf_client_new_with_engine
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index 8f89e13b..6d6d46fd 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -144,10 +144,10 @@ struct _GConfClientClass
GtkType gconf_client_get_type (void);
/* use the default engine */
-GConfClient* gconf_client_new (void);
+GConfClient* gconf_client_get_default (void);
/* refcount on engine is incremented, you still own your ref */
-GConfClient* gconf_client_new_with_engine (GConfEngine* engine);
+GConfClient* gconf_client_get_for_engine (GConfEngine* engine);
/* Add a directory to monitor and emit the value_changed signal and
key notifications for. Optionally pre-load the contents of this