From 0650979119c6389b6ce483f9f982520df760e5d8 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 19 Sep 2011 11:19:49 -0400 Subject: Finish removing 'set_locked' A few leftovers from the tear-out: docs and header file. --- client/dconf-client.h | 15 --------------- docs/dconf-sections.txt | 3 --- 2 files changed, 18 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, diff --git a/docs/dconf-sections.txt b/docs/dconf-sections.txt index 475522f..7867ddf 100644 --- a/docs/dconf-sections.txt +++ b/docs/dconf-sections.txt @@ -11,9 +11,6 @@ dconf_client_is_writable dconf_client_write dconf_client_write_async dconf_client_write_finish -dconf_client_set_locked -dconf_client_set_locked_async -dconf_client_set_locked_finish dconf_client_write_many dconf_client_watch dconf_client_watch_async -- cgit v1.2.1