alpm_db_get_group

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

extern (C)
alpm_db_get_group
(,
const(char)* name
)

Meta