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