API Version: 2.0
Library Version: 2.72
void g_key_file_set_boolean ( GKeyFile* key_file, const gchar* group_name, const gchar* key, gboolean value )
Associates a new boolean value with key under group_name. If key cannot be found then it is created.
key
group_name
const gchar*
A group name.
A key.
value
gboolean
TRUE or FALSE.
TRUE
FALSE