RPMTE Transaction Element API.


Files

file  rpmlib.h
 In Memoriam: Steve Taylor <staylor@redhat.com> was here, now he's not.
file  rpmte.h
 Structures used for an "rpmte" transaction element.

Typedefs

typedef rpmte_s * rpmte
 An element of a transaction set, i.e.
typedef enum rpmElementType_e rpmElementType
 Transaction element type.

Enumerations

enum  rpmElementType_e { TR_ADDED = (1 << 0), TR_REMOVED = (1 << 1) }
 Transaction element type. More...

Typedef Documentation

typedef enum rpmElementType_e rpmElementType

Transaction element type.

typedef struct rpmte_s* rpmte

An element of a transaction set, i.e.

a TR_ADDED or TR_REMOVED package.

Definition at line 114 of file rpmlib.h.


Enumeration Type Documentation

enum rpmElementType_e

Transaction element type.

Enumerator:
TR_ADDED  Package will be installed.
TR_REMOVED  Package will be removed.

Definition at line 30 of file rpmte.h.


Generated on Mon Aug 3 15:19:58 2009 for rpm by  doxygen 1.5.1