diff options
author | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 19:50:07 +0000 |
---|---|---|
committer | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 14:59:10 -0500 |
commit | acbca544fc0d62d7970244cb6be3e9dcc68a1e47 (patch) | |
tree | ebc626602474692ae6e527748192ebc3f60d8621 /client | |
parent | 768ed4bbe040c53ee5010038c34aec7c69dba0a5 (diff) | |
download | dconf-acbca544fc0d62d7970244cb6be3e9dcc68a1e47.tar.gz |
vapi: add new API read_default() to vapi
https://bugzilla.gnome.org/show_bug.cgi?id=758864
Diffstat (limited to 'client')
-rw-r--r-- | client/dconf.vapi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dconf.vapi b/client/dconf.vapi index 1067378..6fb34da 100644 --- a/client/dconf.vapi +++ b/client/dconf.vapi @@ -7,6 +7,7 @@ namespace DConf { public Client (); public GLib.Variant? read (string key); + public GLib.Variant? read_default (string key); public string[] list (string dir); public string[] list_locks (string dir); public bool is_writable (string key); |