diff options
Diffstat (limited to 'client/dconf-client.h')
-rw-r--r-- | client/dconf-client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/dconf-client.h b/client/dconf-client.h index 1e07f80..e50792b 100644 --- a/client/dconf-client.h +++ b/client/dconf-client.h @@ -39,6 +39,9 @@ DConfClient * dconf_client_new (void); GVariant * dconf_client_read (DConfClient *client, const gchar *key); +GVariant * dconf_client_read_default (DConfClient *client, + const gchar *key); + gchar ** dconf_client_list (DConfClient *client, const gchar *dir, gint *length); |