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