dzl-settings-flag-action
dzl-settings-flag-action
|
|
Object Hierarchy
GObject
╰── DzlSettingsFlagAction
Implemented Interfaces
DzlSettingsFlagAction implements
GAction.
Functions
dzl_settings_flag_action_new ()
GAction *
dzl_settings_flag_action_new (const gchar *schema_id
,
const gchar *schema_key
,
const gchar *flag_nick
);
This creates a new action that can be used to toggle an individual flag in
a GSettings key which is of a flags type.
Returns
A new GAction.
[transfer full]
Types and Values
DZL_TYPE_SETTINGS_FLAG_ACTION
#define DZL_TYPE_SETTINGS_FLAG_ACTION (dzl_settings_flag_action_get_type())
DzlSettingsFlagAction
typedef struct _DzlSettingsFlagAction DzlSettingsFlagAction;
Property Details
The “flag-nick”
property
“flag-nick” gchar *
Flag Nick.
Flags: Read / Write / Construct Only
Default value: NULL
The “schema-id”
property
“schema-id” gchar *
Schema Id.
Flags: Read / Write / Construct Only
Default value: NULL
The “schema-key”
property
“schema-key” gchar *
Schema Key.
Flags: Read / Write
Default value: NULL