summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-01-13 23:39:58 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-01-13 23:39:58 +0000
commit0c0c253af600d41804624ffcd2abb9663966e664 (patch)
tree27b0e193fd4e4730daadb06c776aca6eb28f2726 /gconf/gconf-client.h
parent195ac8423b2bf5fcf0fc4f66c00329128bfab4cd (diff)
downloadgconf-0c0c253af600d41804624ffcd2abb9663966e664.tar.gz
arguments to this were backward
2000-01-13 Havoc Pennington <hp@redhat.com> * backends/xml-dir.c (dir_load): arguments to this were backward * wrappers/gtk/gconf-client.c: keep a count of the number of times a directory has been added/removed from the dir list, so we only remove it from the list after that number of removals. Perhaps somewhat unintuitive, but we'll document it, and it's really necessary if multiple code sections are going to share the same GConfClient. (gconf_client_destroy): move a bunch of stuff to finalize so we remain "safe" before last unref
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 a29bace4..9586a4db 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -100,7 +100,7 @@ struct _GConfClient
GConfClientErrorHandlingMode error_mode;
GConfClientParentWindowFunc parent_func;
gpointer parent_user_data;
- GSList* dir_list;
+ GHashTable* dir_hash;
GHashTable* cache_hash;
GConfListeners* listeners;
};