summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-07-09 05:52:20 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-07-09 05:52:20 +0000
commit9b1b503e1bd73395c6086dc5caba710a7d2a61cb (patch)
treeead9a7aa8f0998b567b918841ce85d217fcff8e0 /gconf/gconf-client.h
parentf1cdcc4df9f2440234b7471b6be93db3bfafb1f7 (diff)
downloadgconf-9b1b503e1bd73395c6086dc5caba710a7d2a61cb.tar.gz
Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in bug #120349.
2004-07-09 Mark McLoughlin <mark@skynet.ie> Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in bug #120349. * doc/gconf/gconf.sgml, doc/gconf/tmpl/gconf-client.sgml, doc/gconf/tmpl/gconf.sgml, doc/intro-article.sgml, gconf/gconf-client.h, gconf/gconf-listeners.h: bring the docs up to date with the patch that we're using GObject instead of GtkObject.
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index 1f54d2d7..a9e5d106 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -199,7 +199,7 @@ void gconf_client_notify (GConfClient* client, const char* key);
/*
* Error handling happens in the default signal handler, so you can
* selectively override the default handling by connecting to the error
- * signal and calling gtk_signal_emit_stop()
+ * signal and calling g_signal_stop_emission()
*/
void gconf_client_set_error_handling(GConfClient* client,