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

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