[dconf] vapi: add new API read_default() to vapi
- From: Allison Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] vapi: add new API read_default() to vapi
- Date: Tue, 1 Dec 2015 19:55:59 +0000 (UTC)
commit acbca544fc0d62d7970244cb6be3e9dcc68a1e47
Author: Allison Ryan Lortie <desrt desrt ca>
Date: Mon Nov 30 19:50:07 2015 +0000
vapi: add new API read_default() to vapi
https://bugzilla.gnome.org/show_bug.cgi?id=758864
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]