Skip to main content

wxd_Config_WriteBool

Function wxd_Config_WriteBool 

Source
pub unsafe extern "C" fn wxd_Config_WriteBool(
    config: *mut wxd_ConfigBase_t,
    key: *const c_char,
    value: bool,
) -> bool
Expand description

Writes a boolean value. @param config Pointer to the config object. @param key The key to write. @param value The value to write. @return true on success, false on failure.