summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-11-26 16:00:53 -0500
committerRyan Lortie <desrt@desrt.ca>2013-11-26 16:00:53 -0500
commit673d6d2a394cdfa84b3e071116ab8a588adfec2c (patch)
tree683208bafe12bea9d91b87a6a63814504f010847 /tests
parent79b9e14a9617009236e5b2c44f13a45de949007a (diff)
downloaddconf-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 'tests')
-rw-r--r--tests/engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/engine.c b/tests/engine.c
index 1f043e9..a67e42b 100644
--- a/tests/engine.c
+++ b/tests/engine.c
@@ -45,6 +45,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)
{