KeyFile.setBoolean

Associates a new boolean value with key under group_name. If key cannot be found then it is created. Since 2.6

class KeyFile
void
setBoolean
(
string groupName
,
string key
,
int value
)

Parameters

groupName string

a group name

key string

a key

value int

TRUE or FALSE

Meta