libalpm
Arch Linux Package Manager Library
Functions
group.c File Reference
#include <stdlib.h>
#include <string.h>
#include "group.h"
#include "alpm_list.h"
#include "util.h"
#include "log.h"
#include "alpm.h"
Include dependency graph for group.c:

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.