diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-11-26 16:00:53 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-11-26 16:00:53 -0500 |
commit | 673d6d2a394cdfa84b3e071116ab8a588adfec2c (patch) | |
tree | 683208bafe12bea9d91b87a6a63814504f010847 /client | |
parent | 79b9e14a9617009236e5b2c44f13a45de949007a (diff) | |
download | dconf-673d6d2a394cdfa84b3e071116ab8a588adfec2c.tar.gz |
engine: add support for WritabilityNotify
Wire through WritabilityNotify signals from the engine. This has been
unimplemented for a very long time...
Diffstat (limited to 'client')
-rw-r--r-- | client/dconf-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c index 5832780..26f842c 100644 --- a/client/dconf-client.c +++ b/client/dconf-client.c @@ -166,6 +166,7 @@ dconf_engine_change_notify (DConfEngine *engine, const gchar *prefix, const gchar * const *changes, const gchar * tag, + gboolean is_writability, gpointer origin_tag, gpointer user_data) { |