optionsSetBoolean

Set option as a #gboolean value.

bool
optionsSetBoolean
(
string option
,
bool value
)

Parameters

option string

the option identifier

value bool

the value to set

Return Value

Type: bool

true if option was correctly set or false otherwise.