summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-12-08 20:25:33 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-08 20:25:33 +0000
commit5b47feadfe299556aaeb5913d89beb63394bcb24 (patch)
tree511c8cc50c4e18ba1858d31b511794fb1f605a28 /gconf/gconf-client.h
parentb19b409adc18da43fde0323ce752958c2287482c (diff)
downloadgconf-5b47feadfe299556aaeb5913d89beb63394bcb24.tar.gz
take const arg
2001-12-08 Havoc Pennington <hp@pobox.com> * gconf/gconf-value.c (gconf_value_validate): take const arg * gconf/gconf.c: add internal API to check that GConfEngine isn't being used "underneath" its owning GConfClient, thus causing cache inconsistencies. Bad hack, yay. * gconf/gconf-client.c: Use new internal GConfEngine "exclusive owner" API (gconf_client_real_unreturned_error): silently ignore GCONF_ERROR_OVERRIDDEN, because if the system is "locked down" most apps will probably call gconf_client_set anyway. * gconf/gconf-client.h: fix comment to be accurate about how overlaps are handled
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 1a7d22f6..53a0fd05 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -146,7 +146,7 @@ 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
directory, much faster if you plan to access most of the directory
- contents. You can't add overlapping directories.
+ contents.
*/
void gconf_client_add_dir (GConfClient* client,