|
libalpm
Arch Linux Package Manager Library
|


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 struct __alpm_graph_t alpm_graph_t |
| 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().


| alpm_graph_t* _alpm_graph_new | ( | void | ) |
1.7.6.1