summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-04-21 02:11:20 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-04-21 02:11:20 -0400
commite9489a1746b9df1983c8ae7331443d197e23d40b (patch)
tree38c3248a9a23d4217f2b6f45b07aca9491b47128 /gconf/gconf-client.h
parent5a18e7925b73d0a5b7e84b42513e4e84bc2b14ff (diff)
downloadgconf-e9489a1746b9df1983c8ae7331443d197e23d40b.tar.gz
Track fully-cached directories in the client
This is used to do negative-hit caching, as well as listing all entries from the client cache.
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index 29eec237..ffa63e86 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -100,8 +100,8 @@ struct _GConfClient
GSList *notify_list;
guint notify_handler;
int pending_notify_count;
- gpointer pad1;
- int pad2;
+ GHashTable *cache_dirs;
+ int pad2;
};
struct _GConfClientClass