KeyFile.setBooleanList

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.

class KeyFile
void
setBooleanList
(
string groupName
,
string key
,
bool[] list
)

Parameters

groupName string

a group name

key string

a key

list bool[]

an array of boolean values

Meta