Function javascriptcore6::functions::options_set_int

source ·
pub fn options_set_int(option: &str, value: i32) -> bool
Expand description

Set @option as a #gint value.

§option

the option identifier

§value

the value to set

§Returns

true if option was correctly set or false otherwise.