libalpm
Arch Linux Package Manager Library
Data Fields
_alpm_group_t Struct Reference

Package group. More...

#include <alpm.h>

Collaboration diagram for _alpm_group_t:
Collaboration graph
[legend]

Data Fields

char * name
 group name
alpm_list_tpackages
 list of alpm_pkg_t packages

Detailed Description

Package group.

Definition at line 179 of file alpm.h.


Field Documentation

group name

Definition at line 181 of file alpm.h.

Referenced by _alpm_db_get_groupfromcache(), _alpm_group_free(), and _alpm_group_new().

list of alpm_pkg_t packages

Definition at line 183 of file alpm.h.

Referenced by _alpm_group_free(), and alpm_find_group_pkgs().


The documentation for this struct was generated from the following file: