summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-15 12:31:33 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-15 12:39:34 -0400
commit301f6cdda6e3ca520cbe4bb568c7922f39ff8887 (patch)
tree223627e5e00eaf666628d8d01b91384e73e70fd0 /engine/dconf-engine.h
parentc9e5642b2b643b8e75a7fa24d8527c4c956f048b (diff)
downloaddconf-301f6cdda6e3ca520cbe4bb568c7922f39ff8887.tar.gz
engine: bring back origin_tag logic
The GSettings backend still wants to use this and it does us no harm to have it on the engine API (which is only visible internally). Adjust the various consumers of the engine to the new API. Thanks to Rui Matos for reminding me about this...
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 0128f8b..3c65e87 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -86,6 +86,7 @@ void dconf_engine_change_notify (DConfEn
const gchar *prefix,
const gchar * const *changes,
const gchar *tag,
+ gpointer origin_tag,
gpointer user_data);
/* These functions are implemented by the engine */
@@ -140,6 +141,7 @@ void dconf_engine_unwatch_fast (DConfEn
G_GNUC_INTERNAL
gboolean dconf_engine_change_fast (DConfEngine *engine,
DConfChangeset *changeset,
+ gpointer origin_tag,
GError **error);
/* Synchronous API: all calls block until completed */