libalpm
Arch Linux Package Manager Library
Data Structures | Typedefs | Functions
graph.h File Reference
#include <sys/types.h>
#include "alpm_list.h"
Include dependency graph for graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __alpm_graph_t

Typedefs

typedef struct __alpm_graph_t alpm_graph_t

Functions

alpm_graph_t_alpm_graph_new (void)
void _alpm_graph_free (void *data)

Typedef Documentation

typedef struct __alpm_graph_t alpm_graph_t

Function Documentation

void _alpm_graph_free ( void *  data)

Definition at line 32 of file graph.c.

References alpm_list_free(), and __alpm_graph_t::children.

Referenced by _alpm_shortest_delta_path(), and _alpm_sortbydeps().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 24 of file graph.c.

References CALLOC.