summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-07-27 01:06:54 +0000
committerBrian Tarricone <brian@tarricone.org>2008-07-27 01:06:54 +0000
commit1fbbad497a7389b2f86e887c34eb5e064d5e8209 (patch)
tree6e2ad8afd93aaf43999f5ff615f7ff6ac4a81158 /docs
parentd425ff4d76dbf7953cf8aa6d889d5d100cbd3d48 (diff)
downloadxfconf-1fbbad497a7389b2f86e887c34eb5e064d5e8209.tar.gz
make RemoveProperty and GetAllProperties interfaces easier to use
all removing multiple properties at once based on a subtree of the property tree. ditto for getting multiple properties at once (Old svn revision: 27376)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-backend.sgml14
-rw-r--r--docs/reference/tmpl/xfconf-channel.sgml12
-rw-r--r--docs/reference/tmpl/xfconf-unused.sgml18
-rw-r--r--docs/reference/xfconf-sections.txt3
4 files changed, 33 insertions, 14 deletions
diff --git a/docs/reference/tmpl/xfconf-backend.sgml b/docs/reference/tmpl/xfconf-backend.sgml
index 9970162..c846da2 100644
--- a/docs/reference/tmpl/xfconf-backend.sgml
+++ b/docs/reference/tmpl/xfconf-backend.sgml
@@ -32,7 +32,6 @@ one could think of to store data.
@get_all: See xfconf_backend_get_all().
@exists: See xfconf_backend_exists().
@remove: See xfconf_backend_remove().
-@remove_channel: See xfconf_backend_remove_channel().
@flush: See xfconf_backend_flush().
@register_property_changed_func: See xfconf_backend_register_property_changed_func().
@_xb_reserved0: Reserved for future expansion.
@@ -89,6 +88,7 @@ one could think of to store data.
@backend:
@channel:
+@property_base:
@properties:
@error:
@Returns:
@@ -115,17 +115,7 @@ one could think of to store data.
@backend:
@channel:
@property:
-@error:
-@Returns:
-
-
-<!-- ##### FUNCTION xfconf_backend_remove_channel ##### -->
-<para>
-
-</para>
-
-@backend:
-@channel:
+@recursive:
@error:
@Returns:
diff --git a/docs/reference/tmpl/xfconf-channel.sgml b/docs/reference/tmpl/xfconf-channel.sgml
index 5246548..c4bb053 100644
--- a/docs/reference/tmpl/xfconf-channel.sgml
+++ b/docs/reference/tmpl/xfconf-channel.sgml
@@ -68,12 +68,22 @@ configuration keys with the same names.
@property:
-<!-- ##### FUNCTION xfconf_channel_get_all ##### -->
+<!-- ##### FUNCTION xfconf_channel_remove_properties ##### -->
<para>
</para>
@channel:
+@property_base:
+
+
+<!-- ##### FUNCTION xfconf_channel_get_properties ##### -->
+<para>
+
+</para>
+
+@channel:
+@property_base:
@Returns:
diff --git a/docs/reference/tmpl/xfconf-unused.sgml b/docs/reference/tmpl/xfconf-unused.sgml
index 8486caf..6a05d09 100644
--- a/docs/reference/tmpl/xfconf-unused.sgml
+++ b/docs/reference/tmpl/xfconf-unused.sgml
@@ -66,6 +66,16 @@ stamp-xfconf-marshal
@Returns:
+<!-- ##### FUNCTION xfconf_backend_remove_channel ##### -->
+<para>
+
+</para>
+
+@backend:
+@channel:
+@error:
+@Returns:
+
<!-- ##### FUNCTION xfconf_channel_begin_transaction ##### -->
<para>
@@ -89,6 +99,14 @@ stamp-xfconf-marshal
@channel:
@Returns:
+<!-- ##### FUNCTION xfconf_channel_get_all ##### -->
+<para>
+
+</para>
+
+@channel:
+@Returns:
+
<!-- ##### FUNCTION xfconf_channel_get_int64 ##### -->
<para>
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index b0614d9..51723f9 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -4,7 +4,8 @@ XfconfChannel
xfconf_channel_new
xfconf_channel_has_property
xfconf_channel_remove_property
-xfconf_channel_get_all
+xfconf_channel_remove_properties
+xfconf_channel_get_properties
xfconf_channel_get_string
xfconf_channel_get_string_list
xfconf_channel_get_int