summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-08-27 10:15:34 +0000
committerBrian Tarricone <brian@tarricone.org>2008-08-27 10:15:34 +0000
commitf26b2a1829513ebd1aa2df32d9449f6cf395793f (patch)
tree57dff78143bc1d40374307e80dbeb00ca335ee8d /docs
parentb1a0fd5f92b69f291f10c6c353b20ff03c670d34 (diff)
downloadxfconf-f26b2a1829513ebd1aa2df32d9449f6cf395793f.tar.gz
add xfconf_g_property_bind_gdkcolor(), a nifty hack
it binds the red/green/blue members of the GdkColor struct to an xfconf property without getting that pesky first 'pixel' struct member in the way (Old svn revision: 27590)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-binding.sgml11
-rw-r--r--docs/reference/xfconf-sections.txt1
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/tmpl/xfconf-binding.sgml b/docs/reference/tmpl/xfconf-binding.sgml
index 07c5f26..401e35c 100644
--- a/docs/reference/tmpl/xfconf-binding.sgml
+++ b/docs/reference/tmpl/xfconf-binding.sgml
@@ -56,3 +56,14 @@ all this.
@object:
+<!-- ##### FUNCTION xfconf_g_property_bind_gdkcolor ##### -->
+<para>
+
+</para>
+
+@channel:
+@xfconf_property:
+@object:
+@object_property:
+
+
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 18a4f6a..81156dd 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -97,4 +97,5 @@ XFCONF_TYPE_UINT16
xfconf_g_property_bind
xfconf_g_property_unbind
xfconf_g_property_unbind_all
+xfconf_g_property_bind_gdkcolor
</SECTION>