libalpm
Arch Linux Package Manager Library
Functions
group.h File Reference
#include "alpm.h"
Include dependency graph for group.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

alpm_group_t_alpm_group_new (const char *name)
void _alpm_group_free (alpm_group_t *grp)

Function Documentation

void _alpm_group_free ( alpm_group_t grp)

Definition at line 41 of file group.c.

References alpm_list_free(), FREE, _alpm_group_t::name, and _alpm_group_t::packages.

Here is the call graph for this function:

alpm_group_t* _alpm_group_new ( const char *  name)

Definition at line 31 of file group.c.

References CALLOC, _alpm_group_t::name, and STRDUP.