fluid_settings_setstr

Function fluid_settings_setstr 

Source
pub unsafe extern "C" fn fluid_settings_setstr(
    settings: *mut fluid_settings_t,
    name: *const c_char,
    str_: *const c_char,
) -> c_int
Expand description

returns 1 if the value has been set, 0 otherwise