summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/xfconf-binding.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/tmpl/xfconf-binding.sgml')
-rw-r--r--docs/reference/tmpl/xfconf-binding.sgml50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/reference/tmpl/xfconf-binding.sgml b/docs/reference/tmpl/xfconf-binding.sgml
new file mode 100644
index 0000000..e7dba72
--- /dev/null
+++ b/docs/reference/tmpl/xfconf-binding.sgml
@@ -0,0 +1,50 @@
+<!-- ##### SECTION Title ##### -->
+Xfconf-GObject Binding
+
+<!-- ##### SECTION Short_Description ##### -->
+Functions to bind Xfconf properties to GObject properties
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+Often it may be useful to bind an Xfconf property to a GObject property.
+Settings dialogs often display the current value of an Xfconf property,
+and a user may edit the value to change the value in the Xfconf store.
+If the Xfconf property changes outside the settings dialog, the user will
+usually want to see the settings dialog automatically update to reflect
+the new value.
+
+With a single line of code, Xfconf's binding functionality can automate
+all this.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION xfconf_g_property_bind ##### -->
+<para>
+
+</para>
+
+@channel:
+@xfconf_property:
+@xfconf_property_type:
+@object:
+@object_property:
+
+
+<!-- ##### FUNCTION xfconf_g_property_unbind ##### -->
+<para>
+
+</para>
+
+@channel:
+@xfconf_property:
+@object:
+@object_property:
+
+