9 #include <rpm/rpmtypes.h> rpmElementType rpmteType(rpmte te)
Retrieve type of transaction element.
void rpmteCleanProblems(rpmte te)
Destroy problem set info of transaction element.
rpmte rpmteDependsOn(rpmte te)
Retrieve dependent element of TR_REMOVED transaction element.
const char * rpmteN(rpmte te)
Retrieve name string of transaction element.
unsigned int rpmteDBInstance(rpmte te)
Retrieve last instance installed to the database.
const char * rpmteR(rpmte te)
Retrieve release string of transaction element.
int rpmteIsSource(rpmte te)
Retrieve isSource attribute of transaction element.
void rpmteSetDBInstance(rpmte te, unsigned int instance)
Set last instance installed to the database.
rpm_color_t rpmteColor(rpmte te)
Retrieve color bits of transaction element.
rpmfi rpmteFI(rpmte te)
Retrieve file info iterator from transaction element.
const char * rpmteNEVR(rpmte te)
Retrieve name-[epoch:]version-release string from transaction element.
enum rpmElementType_e rpmElementType
Transaction element type.
void rpmteCleanDS(rpmte te)
Destroy dependency set info of transaction element.
const char * rpmteE(rpmte te)
Retrieve epoch string of transaction element.
const char * rpmteV(rpmte te)
Retrieve version string of transaction element.
const char * rpmteA(rpmte te)
Retrieve arch string of transaction element.
void rpmteSetDependsOn(rpmte te, rpmte depends)
Set dependent element of TR_REMOVED transaction element.
int rpmteDBOffset(rpmte te)
Retrieve rpmdb instance of TR_REMOVED transaction element.
rpm_loff_t rpmtePkgFileSize(rpmte te)
Retrieve size in bytes of package file.
struct rpmfiles_s * rpmfiles
int rpmteFailed(rpmte te)
Return failure status of transaction element.
rpmds rpmteDS(rpmte te, rpmTagVal tag)
Retrieve dependency tag set from transaction element.
rpmfiles rpmteFiles(rpmte te)
Retrieve file info set from transaction element.
rpmElementType_e
Transaction element type.
const char * rpmteNEVRA(rpmte te)
Retrieve name-[epoch:]version-release.arch string from transaction element.
rpmte rpmteSetParent(rpmte te, rpmte pte)
Set parent transaction element.
rpmte rpmteParent(rpmte te)
Retrieve parent transaction element.
Header rpmteHeader(rpmte te)
Retrieve header from transaction element.
const char * rpmteEVR(rpmte te)
Retrieve [epoch:]version-release string from transaction element.
rpmps rpmteProblems(rpmte te)
Return problem set info of transaction element.
Header rpmteSetHeader(rpmte te, Header h)
Save header into transaction element.
fnpyKey rpmteKey(rpmte te)
Retrieve key from transaction element.
const char * rpmteO(rpmte te)
Retrieve os string of transaction element.
struct headerToken_s * Header
RPM header and data retrieval types.
rpm_color_t rpmteSetColor(rpmte te, rpm_color_t color)
Set color bits of transaction element.