mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Document G_SETTINGS_BIND_GET_NO_CHANGES
This commit is contained in:
@@ -164,9 +164,11 @@ typedef gboolean (*GSettingsBindGetMapping) (GValue
|
|||||||
/**
|
/**
|
||||||
* GSettingsBindFlags:
|
* GSettingsBindFlags:
|
||||||
* @G_SETTINGS_BIND_DEFAULT: Equivalent to <literal>G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET</literal>
|
* @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_GET: Update the #GObject property when the setting changes
|
||||||
* @G_SETTINGS_BIND_SET: Update the #GSettings key when the #GObject property 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 #GSettings writability
|
* @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
|
* Flags used when creating a binding. These flags determine in which
|
||||||
* direction the binding works. The default is to synchronize in both
|
* direction the binding works. The default is to synchronize in both
|
||||||
|
Reference in New Issue
Block a user