summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-09-28 10:00:56 +0000
committerBrian Tarricone <brian@tarricone.org>2008-09-28 10:00:56 +0000
commit6d3391e3f249d5bb6d30965af88d2f205f4ead5b (patch)
tree7f9cfedb5bad0d667e6e66978bb701d6ca3f0da2 /docs
parent5fc9ee4064a76a9e4480f295d734e649de98112b (diff)
downloadxfconf-6d3391e3f249d5bb6d30965af88d2f205f4ead5b.tar.gz
add and implement IsPropertyLocked() dbus method, add libxfconf getter
this is buggy right now because the perchannel-xml backend doesn't handle locking properly at all. bug fixes forthcoming. (Old svn revision: 27973)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-backend.sgml1
-rw-r--r--docs/reference/tmpl/xfconf-channel.sgml10
-rw-r--r--docs/reference/xfconf-sections.txt1
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/tmpl/xfconf-backend.sgml b/docs/reference/tmpl/xfconf-backend.sgml
index fde945b..53afcf9 100644
--- a/docs/reference/tmpl/xfconf-backend.sgml
+++ b/docs/reference/tmpl/xfconf-backend.sgml
@@ -33,6 +33,7 @@ one could think of to store data.
@exists: See xfconf_backend_exists().
@remove: See xfconf_backend_remove().
@list_channels: See xfconf_backend_list_channels().
+@is_property_locked: See xfconf_backend_is_property_locked().
@flush: See xfconf_backend_flush().
@register_property_changed_func: See xfconf_backend_register_property_changed_func().
@_xb_reserved0: Reserved for future expansion.
diff --git a/docs/reference/tmpl/xfconf-channel.sgml b/docs/reference/tmpl/xfconf-channel.sgml
index f47c33e..6dda5aa 100644
--- a/docs/reference/tmpl/xfconf-channel.sgml
+++ b/docs/reference/tmpl/xfconf-channel.sgml
@@ -68,6 +68,16 @@ configuration keys with the same names.
@Returns:
+<!-- ##### FUNCTION xfconf_channel_is_property_locked ##### -->
+<para>
+
+</para>
+
+@channel:
+@property:
+@Returns:
+
+
<!-- ##### FUNCTION xfconf_channel_reset_property ##### -->
<para>
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 71433b7..ef96745 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -4,6 +4,7 @@ XfconfChannel
xfconf_channel_get
xfconf_channel_new
xfconf_channel_has_property
+xfconf_channel_is_property_locked
xfconf_channel_reset_property
xfconf_channel_remove_property
xfconf_channel_remove_properties