Skip to main content

wxd_Config_GetEntryType

Function wxd_Config_GetEntryType 

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

Gets the type of an entry. @param config Pointer to the config object. @param name The entry name. @return The entry type (wxd_ConfigEntryType).