Skip to main content

wxd_Config_HasEntry

Function wxd_Config_HasEntry 

Source
pub unsafe extern "C" fn wxd_Config_HasEntry(
    config: *const wxd_ConfigBase_t,
    name: *const c_char,
) -> bool
Expand description

Checks if an entry exists. @param config Pointer to the config object. @param name The entry name to check. @return true if exists, false otherwise.