createrepo_c library 1.1.4
C library for metadata manipulation
Loading...
Searching...
No Matches
Updateinfo API.

Data Structures

struct  cr_UpdateCollectionPackage
 
struct  cr_UpdateCollectionModule
 
struct  cr_UpdateCollection
 
struct  cr_UpdateReference
 
struct  cr_UpdateRecord
 
struct  cr_UpdateInfo
 

Functions

cr_UpdateCollectionPackagecr_updatecollectionpackage_new (void)
 
cr_UpdateCollectionPackagecr_updatecollectionpackage_copy (const cr_UpdateCollectionPackage *orig)
 
void cr_updatecollectionpackage_free (cr_UpdateCollectionPackage *pkg)
 
cr_UpdateCollectionModulecr_updatecollectionmodule_new (void)
 
cr_UpdateCollectionModulecr_updatecollectionmodule_copy (const cr_UpdateCollectionModule *orig)
 
void cr_updatecollectionmodule_free (cr_UpdateCollectionModule *pkg)
 
cr_UpdateCollectioncr_updatecollection_new (void)
 
cr_UpdateCollectioncr_updatecollection_copy (const cr_UpdateCollection *orig)
 
void cr_updatecollection_free (cr_UpdateCollection *collection)
 
void cr_updatecollection_append_package (cr_UpdateCollection *collection, cr_UpdateCollectionPackage *pkg)
 
cr_UpdateReferencecr_updatereference_new (void)
 
cr_UpdateReferencecr_updatereference_copy (const cr_UpdateReference *orig)
 
void cr_updatereference_free (cr_UpdateReference *ref)
 
cr_UpdateRecordcr_updaterecord_new (void)
 
cr_UpdateRecordcr_updaterecord_copy (const cr_UpdateRecord *orig)
 
void cr_updaterecord_free (cr_UpdateRecord *record)
 
void cr_updaterecord_append_reference (cr_UpdateRecord *record, cr_UpdateReference *ref)
 
void cr_updaterecord_append_collection (cr_UpdateRecord *record, cr_UpdateCollection *collection)
 
cr_UpdateInfocr_updateinfo_new (void)
 
void cr_updateinfo_free (cr_UpdateInfo *uinfo)
 
void cr_updateinfo_apped_record (cr_UpdateInfo *uinfo, cr_UpdateRecord *record)
 

Detailed Description

Module for generating updateinfo.xml.