Function alpm_sys::alpm_find_group_pkgs[][src]

pub unsafe extern "C" fn alpm_find_group_pkgs(
    dbs: *mut alpm_list_t,
    name: *const c_char
) -> *mut alpm_list_t
Expand description

Find group members across a list of databases. If a member exists in several databases, only the first database is used. IgnorePkg is also handled. @param dbs the list of alpm_db_t * @param name the name of the group @return the list of alpm_pkg_t * (caller is responsible for alpm_list_free)