summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-07-25 00:52:24 +1000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-14 09:15:47 +1000
commit0986a258cc1df8c1e2aa17a0c2138d178405f902 (patch)
tree25a8a74500693ad7ab3ddc7a84b2e3dc7a89d706 /engine/dconf-engine.h
parent6e6089791b38b4da84d5b49c0b24286be1526a2b (diff)
downloaddconf-0986a258cc1df8c1e2aa17a0c2138d178405f902.tar.gz
Engine: extend subscriptions state to account for multiple client subscriptions to the same path
Remove accidental whitespace change Simplify branching in watch_fast and unwatch_fast Indentation fixes Store the subscription counts directly in the hash table pointer instead of mallocing ints Add documentation comments for new utility functions
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 06ed5a7..2485423 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -104,17 +104,6 @@ DConfEngine * dconf_engine_new (const g
G_GNUC_INTERNAL
void dconf_engine_unref (DConfEngine *engine);
-G_GNUC_INTERNAL
-void dconf_engine_set_watching (DConfEngine *engine,
- const gchar *path,
- const gboolean is_watching,
- const gboolean is_established);
-
-G_GNUC_INTERNAL
-gboolean dconf_engine_is_watching (DConfEngine *engine,
- const gchar *path,
- const gboolean only_established);
-
/* Read API: always handled immediately */
G_GNUC_INTERNAL
guint64 dconf_engine_get_state (DConfEngine *engine);