libalpm
Arch Linux Package Manager Library
|
#include "alpm.h"
Go to the source code of this file.
Data Structures | |
struct | alpm_trans_t |
Enumerations | |
enum | alpm_transstate_t { STATE_IDLE = 0 , STATE_INITIALIZED , STATE_PREPARED , STATE_DOWNLOADING , STATE_COMMITING , STATE_COMMITED , STATE_INTERRUPTED } |
struct alpm_trans_t |
Data Fields | ||
---|---|---|
alpm_list_t * | add | |
int | flags | |
alpm_list_t * | remove | |
alpm_list_t * | skip_remove | |
alpm_transstate_t | state | |
alpm_list_t * | unresolvable |
enum alpm_transstate_t |