[][src]Function alpm_sys_fork::alpm_db_get_group

pub unsafe extern "C" fn alpm_db_get_group(
    db: *mut alpm_db_t,
    name: *const c_char
) -> *mut alpm_group_t

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