pub fn options_set_boolean(option: &str, value: bool) -> bool
Set @option as a #gboolean value.
option
the option identifier
value
the value to set
true if option was correctly set or false otherwise.
true
false