From 9b1b503e1bd73395c6086dc5caba710a7d2a61cb Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 9 Jul 2004 05:52:20 +0000 Subject: Patch from Kai Willadsen in bug #120349. 2004-07-09 Mark McLoughlin Patch from Kai Willadsen 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. --- gconf/gconf-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gconf/gconf-client.h') 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, -- cgit v1.2.1