summaryrefslogtreecommitdiff
path: root/gio/gsettings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-17 00:16:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-17 00:16:01 -0400
commit16637a16873124cd2837502c662c89834786cea5 (patch)
tree08322e6a77bbfdb919eca8743ac1a862151a3082 /gio/gsettings.h
parenta2716ad02085b7d5d19732c187a8b89debf4fc8f (diff)
downloadglib-16637a16873124cd2837502c662c89834786cea5.tar.gz
Document G_SETTINGS_BIND_GET_NO_CHANGES
Diffstat (limited to 'gio/gsettings.h')
-rw-r--r--gio/gsettings.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gio/gsettings.h b/gio/gsettings.h
index 5a70b5d4b..23fe2e4ef 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -164,9 +164,11 @@ typedef gboolean (*GSettingsBindGetMapping) (GValue
/**
* GSettingsBindFlags:
* @G_SETTINGS_BIND_DEFAULT: Equivalent to <literal>G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET</literal>
- * @G_SETTINGS_BIND_GET: Update the #GObject property when the #GSettings key changes
- * @G_SETTINGS_BIND_SET: Update the #GSettings key when the #GObject property changes
- * @G_SETTINGS_BIND_NO_SENSITIVITY: Do not try to bind a "sensitivity" property to #GSettings writability
+ * @G_SETTINGS_BIND_GET: Update the #GObject property when the setting changes
+ * @G_SETTINGS_BIND_SET: Update the setting when the #GObject property changes
+ * @G_SETTINGS_BIND_NO_SENSITIVITY: Do not try to bind a "sensitivity" property to the writability of the setting
+ * @G_SETTINGS_BIND_GET_NO_CHANGES: When set in addition to #G_SETTINGS_BIND_GET, set the #GObject property
+ * value initially from the setting, but do not listen for changes of the setting
*
* Flags used when creating a binding. These flags determine in which
* direction the binding works. The default is to synchronize in both