[dconf] Finish removing 'set_locked'
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Finish removing 'set_locked'
- Date: Mon, 19 Sep 2011 15:22:02 +0000 (UTC)
commit 0650979119c6389b6ce483f9f982520df760e5d8
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Sep 19 11:19:49 2011 -0400
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, 0 insertions(+), 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]