KeyFile.setBoolean

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

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

Parameters

groupName string

a group name

key string

a key

value bool

%TRUE or %FALSE

Meta