fluid_settings_str_equal

Function fluid_settings_str_equal 

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

Get the value of a numeric setting.

\returns 1 if the value exists and is equal to ‘value’, 0 otherwise