Method
GioSettingsset_boolean
since: 2.26
Declaration [src]
gboolean
g_settings_set_boolean (
GSettings* settings,
const gchar* key,
gboolean value
)
Description [src]
Sets key
in settings
to value
.
A convenience variant of g_settings_set()
for booleans.
It is a programmer error to give a key
that isn’t specified as
having a b
type in the schema for settings
(see GVariantType
).
Available since: 2.26