rpm  4.5
Files | Typedefs | Enumerations
RPMTE Transaction Element API.
Collaboration diagram for RPMTE Transaction Element API.:

Files

file  rpmlib.h
 In Memoriam: Steve Taylor stayl.nosp@m.or@r.nosp@m.edhat.nosp@m..com was here, now he's not.
 
file  rpmte.h
 Structures used for an "rpmte" transaction element.
 

Typedefs

typedef struct 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...
 

Detailed Description

Typedef Documentation

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 99 of file rpmlib.h.

Enumeration Type Documentation

Transaction element type.

Enumerator:
TR_ADDED 

Package will be installed.

TR_REMOVED 

Package will be removed.

Definition at line 30 of file rpmte.h.