[dconf] service: include list() results in enumeration
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] service: include list() results in enumeration
- Date: Tue, 8 Jan 2013 18:21:41 +0000 (UTC)
commit 78236da401a471f93ec00c4f935f8d7e0078347a
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Jan 7 22:31:57 2013 -0500
service: include list() results in enumeration
Add the results of dconf_writer_list() to the output of the enumerate()
function on the subtree introspection interface.
service/dconf-service.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/service/dconf-service.c b/service/dconf-service.c
index c769936..e2fdb2b 100644
--- a/service/dconf-service.c
+++ b/service/dconf-service.c
@@ -105,6 +105,8 @@ dconf_service_subtree_enumerate (GDBusConnection *connection,
while (g_hash_table_iter_next (&iter, &key, NULL))
string_set_add (set, key);
+ dconf_writer_list (DCONF_TYPE_WRITER, set);
+
return string_set_free (set);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]