createrepo_c library 1.2.3
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_UpdateCollectionPackage * cr_updatecollectionpackage_new (void)
cr_UpdateCollectionPackage * cr_updatecollectionpackage_copy (const cr_UpdateCollectionPackage *orig)
void cr_updatecollectionpackage_free (cr_UpdateCollectionPackage *pkg)
cr_UpdateCollectionModule * cr_updatecollectionmodule_new (void)
cr_UpdateCollectionModule * cr_updatecollectionmodule_copy (const cr_UpdateCollectionModule *orig)
void cr_updatecollectionmodule_free (cr_UpdateCollectionModule *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)

Detailed Description

Module for generating updateinfo.xml.