|
createrepo_c library
0.9.1
C library for metadata manipulation
|
Data Structures | |
| struct | cr_UpdateCollectionPackage |
| struct | cr_UpdateCollection |
| struct | cr_UpdateReference |
| struct | cr_UpdateRecord |
| struct | cr_UpdateInfo |
Functions | |
| cr_UpdateCollectionPackage * | cr_updatecollectionpackage_new (void) |
| cr_UpdateCollectionPackage * | cr_updatecollectionpackage_copy (const cr_UpdateCollectionPackage *orig) |
| void | cr_updatecollectionpackage_free (cr_UpdateCollectionPackage *pkg) |
| cr_UpdateCollection * | cr_updatecollection_new (void) |
| cr_UpdateCollection * | cr_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_UpdateReference * | cr_updatereference_new (void) |
| cr_UpdateReference * | cr_updatereference_copy (const cr_UpdateReference *orig) |
| void | cr_updatereference_free (cr_UpdateReference *ref) |
| cr_UpdateRecord * | cr_updaterecord_new (void) |
| cr_UpdateRecord * | cr_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_UpdateInfo * | cr_updateinfo_new (void) |
| void | cr_updateinfo_free (cr_UpdateInfo *uinfo) |
| void | cr_updateinfo_apped_record (cr_UpdateInfo *uinfo, cr_UpdateRecord *record) |
Module for generating updateinfo.xml.