summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/xfconf-gtk.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/tmpl/xfconf-gtk.sgml')
-rw-r--r--docs/reference/tmpl/xfconf-gtk.sgml47
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/reference/tmpl/xfconf-gtk.sgml b/docs/reference/tmpl/xfconf-gtk.sgml
deleted file mode 100644
index 298d3e6..0000000
--- a/docs/reference/tmpl/xfconf-gtk.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-Xfconf-Gtk Library
-
-<!-- ##### SECTION Short_Description ##### -->
-Xfconf Gtk widget binding convenience library
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-Often applications will have configuration dialogs that allow users
-to modify settings that are retrieved from and stored to an Xfconf
-configuration store. This library makes creating configuration dialogs
-a breeze by allowing developers to bind a normal Gtk widget (such as a
-GtkEntry or GtkSpinButton) to an Xfconf channel and property string.
-The Gtk widget is automatically populated with the current value in
-Xfconf, and if that value changes, the widget will be automatically
-updated. If the Gtk widget is editable and the user edits the value
-in the widget, the binding will also automatically set the new value
-in the Xfconf store.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### FUNCTION xfconf_gtk_editable_bind_property ##### -->
-<para>
-
-</para>
-
-@editable:
-@channel:
-@property:
-@property_type:
-
-
-<!-- ##### FUNCTION xfconf_gtk_widget_unbind ##### -->
-<para>
-
-</para>
-
-@widget:
-
-