SettingsBindFlags
Description:
[ CCode ( cprefix = "G_SETTINGS_BIND_" , type_id = "g_settings_bind_flags_get_type ()" ) ]
[ Flags ]
public enum SettingsBindFlags
Flags used when creating a binding.
These flags determine in which direction the binding works. The default is to synchronize in both directions.
Content:
Enum values:
- DEFAULT - Equivalent to
`G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET`
- GET - Update the [class@GObject.
- GET_NO_CHANGES - When set in
addition to [flags@Gio.
- INVERT_BOOLEAN - When passed
to [method@Gio.
- NO_SENSITIVITY - Do not try
to bind a ‘sensitivity’ property to the writability of the setting
- SET - Update the setting when the [
class@GObject.