Method

GLib KeyFileset_boolean

since: 2.6

Declaration [src]

void
g_key_file_set_boolean(
GKeyFile*key_file,
constgchar*group_name,
constgchar*key,
gbooleanvalue
)

Description [src]

Associates a new boolean value with key under group_name.

If key cannot be found then it is created.

Available since: 2.6

Parameters

group_name

Type: const gchar*

A group name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
key

Type: const gchar*

A key.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gboolean

True or false.

AltStyle によって変換されたページ (->オリジナル) /