summaryrefslogtreecommitdiff
path: root/client/dconf-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dconf-client.h')
-rw-r--r--client/dconf-client.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/client/dconf-client.h b/client/dconf-client.h
index 019bb38..802dce8 100644
--- a/client/dconf-client.h
+++ b/client/dconf-client.h
@@ -78,21 +78,6 @@ gboolean dconf_client_write_finish (DConfCl
gchar **tag,
GError **error);
-gboolean dconf_client_set_locked (DConfClient *client,
- const gchar *path,
- gboolean locked,
- GCancellable *cancellable,
- GError **error);
-void dconf_client_set_locked_async (DConfClient *client,
- const gchar *path,
- gboolean locked,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean dconf_client_set_locked_finish (DConfClient *client,
- GAsyncResult *result,
- GError **error);
-
gboolean dconf_client_write_many (DConfClient *client,
const gchar *dir,
const gchar * const *rels,