pub unsafe extern "C" fn alpm_option_get_ignoregroups(
handle: *mut alpm_handle_t,
) -> *mut alpm_list_t
Expand description
Get the list of ignored groups @param handle the context handle @return the char* list of ignored groups
pub unsafe extern "C" fn alpm_option_get_ignoregroups(
handle: *mut alpm_handle_t,
) -> *mut alpm_list_t
Get the list of ignored groups @param handle the context handle @return the char* list of ignored groups