GLib.KeyFile.prototype.set_boolean_list
function set_boolean_list(group_name: String, key: String, list: Array(Boolean)): void { // Gjs wrapper for g_key_file_set_boolean_list() }
Associates a list of boolean values with key under group_name. If key cannot be found then it is created. If group_name is null, the start_group is used.
Since 2.6
- group_name
a group name
- key
a key
- list
an array of boolean values