summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-10-27 08:00:15 +0000
committerBrian Tarricone <brian@tarricone.org>2008-10-27 08:00:15 +0000
commit7b4b47a95879218c9f1ba2267125f332c588794d (patch)
treed2631699adcf32ec420e34212c64048c3f2d486b /docs
parent7ddd189a91e6ee12258a30afbd371e790d19710d (diff)
downloadxfconf-7b4b47a95879218c9f1ba2267125f332c588794d.tar.gz
change xfconf gbinding API -- bind functions return a gulong id that can
be used to remove the binding. _unbind_all() now accepts either a channel or a bound gobject. libtool version number bumped. (Old svn revision: 28477)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-binding.sgml18
-rw-r--r--docs/reference/xfconf-sections.txt3
2 files changed, 16 insertions, 5 deletions
diff --git a/docs/reference/tmpl/xfconf-binding.sgml b/docs/reference/tmpl/xfconf-binding.sgml
index 401e35c..74aa960 100644
--- a/docs/reference/tmpl/xfconf-binding.sgml
+++ b/docs/reference/tmpl/xfconf-binding.sgml
@@ -35,9 +35,10 @@ all this.
@xfconf_property_type:
@object:
@object_property:
+@Returns:
-<!-- ##### FUNCTION xfconf_g_property_unbind ##### -->
+<!-- ##### FUNCTION xfconf_g_property_bind_gdkcolor ##### -->
<para>
</para>
@@ -46,17 +47,18 @@ all this.
@xfconf_property:
@object:
@object_property:
+@Returns:
-<!-- ##### FUNCTION xfconf_g_property_unbind_all ##### -->
+<!-- ##### FUNCTION xfconf_g_property_unbind ##### -->
<para>
</para>
-@object:
+@id:
-<!-- ##### FUNCTION xfconf_g_property_bind_gdkcolor ##### -->
+<!-- ##### FUNCTION xfconf_g_property_unbind_by_property ##### -->
<para>
</para>
@@ -67,3 +69,11 @@ all this.
@object_property:
+<!-- ##### FUNCTION xfconf_g_property_unbind_all ##### -->
+<para>
+
+</para>
+
+@channel_or_object:
+
+
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index af771e0..67a6809 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -99,7 +99,8 @@ XFCONF_TYPE_UINT16
<SECTION>
<FILE>xfconf-binding</FILE>
xfconf_g_property_bind
+xfconf_g_property_bind_gdkcolor
xfconf_g_property_unbind
+xfconf_g_property_unbind_by_property
xfconf_g_property_unbind_all
-xfconf_g_property_bind_gdkcolor
</SECTION>