summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-09-28 10:01:11 +0000
committerBrian Tarricone <brian@tarricone.org>2008-09-28 10:01:11 +0000
commit8f4352595753a2290b424abf662a853323e3a32a (patch)
tree1ddc267a3bac904a434fec2e4e2d38e96e1712ee /docs
parent6d3391e3f249d5bb6d30965af88d2f205f4ead5b (diff)
downloadxfconf-8f4352595753a2290b424abf662a853323e3a32a.tar.gz
rename RemoveProperty() to ResetProperty() all over the place
might as well just bite the bullet and do this. no incompat library changes, but xfconfd will need to be restarted (usually) after installing this version. i just want everything to be as clean and legacy-free as possible when we get to 4.6.0 final... (Old svn revision: 27974)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-backend.sgml4
-rw-r--r--docs/reference/tmpl/xfconf-unused.sgml12
-rw-r--r--docs/reference/xfconf-sections.txt2
3 files changed, 15 insertions, 3 deletions
diff --git a/docs/reference/tmpl/xfconf-backend.sgml b/docs/reference/tmpl/xfconf-backend.sgml
index 53afcf9..a9e9d14 100644
--- a/docs/reference/tmpl/xfconf-backend.sgml
+++ b/docs/reference/tmpl/xfconf-backend.sgml
@@ -31,7 +31,7 @@ one could think of to store data.
@get: See xfconf_backend_get().
@get_all: See xfconf_backend_get_all().
@exists: See xfconf_backend_exists().
-@remove: See xfconf_backend_remove().
+@reset: See xfconf_backend_reset().
@list_channels: See xfconf_backend_list_channels().
@is_property_locked: See xfconf_backend_is_property_locked().
@flush: See xfconf_backend_flush().
@@ -109,7 +109,7 @@ one could think of to store data.
@Returns:
-<!-- ##### FUNCTION xfconf_backend_remove ##### -->
+<!-- ##### FUNCTION xfconf_backend_reset ##### -->
<para>
</para>
diff --git a/docs/reference/tmpl/xfconf-unused.sgml b/docs/reference/tmpl/xfconf-unused.sgml
index 6a05d09..bca7c92 100644
--- a/docs/reference/tmpl/xfconf-unused.sgml
+++ b/docs/reference/tmpl/xfconf-unused.sgml
@@ -66,6 +66,18 @@ stamp-xfconf-marshal
@Returns:
+<!-- ##### FUNCTION xfconf_backend_remove ##### -->
+<para>
+
+</para>
+
+@backend:
+@channel:
+@property:
+@recursive:
+@error:
+@Returns:
+
<!-- ##### FUNCTION xfconf_backend_remove_channel ##### -->
<para>
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index ef96745..2634bbc 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -58,7 +58,7 @@ xfconf_backend_set
xfconf_backend_get
xfconf_backend_get_all
xfconf_backend_exists
-xfconf_backend_remove
+xfconf_backend_reset
xfconf_backend_flush
xfconf_backend_register_property_changed_func
<SUBSECTION Standard>