summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>1999-10-12 00:58:05 +0000
committerHavoc Pennington <hp@src.gnome.org>1999-10-12 00:58:05 +0000
commit881b278dcd6e1d448531c007b23cdc33e53232ca (patch)
tree05a54b91b13d421c5cbb18b091e5ee98b84ae37c /gconf/gconf-client.h
parent24065efa30a2bb1bf3faa501c09603c8b5ba4a97 (diff)
downloadgconf-881b278dcd6e1d448531c007b23cdc33e53232ca.tar.gz
For all files, s/g_conf/gconf
1999-10-11 Havoc Pennington <hp@pobox.com> * For all files, s/g_conf/gconf
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 cc536e57..1f26ae51 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -37,7 +37,7 @@ extern "C" {
*
* - It allows you to register per-key callbacks within these directories,
* without having to register multiple server-side callbacks
- * (g_conf_notify_add() adds a request-for-notify to the server,
+ * (gconf_notify_add() adds a request-for-notify to the server,
* this wrapper adds a notify to the server for the whole directory
* and keeps your per-key notify requests on the client side).
*