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