[][src]Function alpm_sys_fork::alpm_db_get_groupcache

pub unsafe extern "C" fn alpm_db_get_groupcache(
    db: *mut alpm_db_t
) -> *mut alpm_list_t

Get the group cache of a package database. @param db pointer to the package database to get the group from @return the list of groups on success, NULL on error