summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-04-09 06:02:42 +0000
committerBrian Tarricone <brian@tarricone.org>2008-04-09 06:02:42 +0000
commitdc3f38699d7711f3dbad2da6b04d2b8a6bf1aeee (patch)
tree89d49c8d56683985592dd647e45a86a4e9b7e378 /docs
parentd932d6dfb450c2f795780757845fb3afb7730456 (diff)
downloadxfconf-dc3f38699d7711f3dbad2da6b04d2b8a6bf1aeee.tar.gz
rename xfconf_gtk_widget_bind_property() s/widget/editable, fix some bugs
different widget types are going to have to be handled differently, with different parameters. check buttons will always be boolean types, radio buttons will need to have some sort of identifier associated with them, etc. (Old svn revision: 26804)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-gtk.sgml4
-rw-r--r--docs/reference/tmpl/xfconf-unused.sgml10
-rw-r--r--docs/reference/xfconf-sections.txt2
3 files changed, 13 insertions, 3 deletions
diff --git a/docs/reference/tmpl/xfconf-gtk.sgml b/docs/reference/tmpl/xfconf-gtk.sgml
index 45e88e4..298d3e6 100644
--- a/docs/reference/tmpl/xfconf-gtk.sgml
+++ b/docs/reference/tmpl/xfconf-gtk.sgml
@@ -26,12 +26,12 @@ in the Xfconf store.
<!-- ##### SECTION Stability_Level ##### -->
-<!-- ##### FUNCTION xfconf_gtk_widget_bind_property ##### -->
+<!-- ##### FUNCTION xfconf_gtk_editable_bind_property ##### -->
<para>
</para>
-@widget:
+@editable:
@channel:
@property:
@property_type:
diff --git a/docs/reference/tmpl/xfconf-unused.sgml b/docs/reference/tmpl/xfconf-unused.sgml
index a941f34..2621d57 100644
--- a/docs/reference/tmpl/xfconf-unused.sgml
+++ b/docs/reference/tmpl/xfconf-unused.sgml
@@ -103,3 +103,13 @@ stamp-xfconf-marshal
@value:
@Returns:
+<!-- ##### FUNCTION xfconf_gtk_widget_bind_property ##### -->
+<para>
+
+</para>
+
+@widget:
+@channel:
+@property:
+@property_type:
+
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 01b8d10..7344342 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -86,6 +86,6 @@ xfconf_g_value_set_uint16
<SECTION>
<FILE>xfconf-gtk</FILE>
-xfconf_gtk_widget_bind_property
+xfconf_gtk_editable_bind_property
xfconf_gtk_widget_unbind
</SECTION>