summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2015-11-30 14:46:12 -0500
committerAllison Ryan Lortie <desrt@desrt.ca>2015-11-30 14:59:10 -0500
commit768ed4bbe040c53ee5010038c34aec7c69dba0a5 (patch)
treeba0de89dbcc757b9f3c85cf301ae2f1e2dacf197 /engine/dconf-engine.h
parent014d634529f2a88ff638834dbbe827f6bb82aa16 (diff)
downloaddconf-768ed4bbe040c53ee5010038c34aec7c69dba0a5.tar.gz
engine, client: add list_locks() operation
Add an API to dconf-engine (and exposed via DConfClient) for getting a list of locks that are present in a given dconf profile. https://bugzilla.gnome.org/show_bug.cgi?id=758864
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 9ea118c..5c34bbd 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -112,6 +112,11 @@ gboolean dconf_engine_is_writable (DConfEn
const gchar *key);
G_GNUC_INTERNAL
+gchar ** dconf_engine_list_locks (DConfEngine *engine,
+ const gchar *path,
+ gint *length);
+
+G_GNUC_INTERNAL
GVariant * dconf_engine_read (DConfEngine *engine,
GQueue *read_through,
const gchar *key);