createrepo_c library 1.2.1
C library for metadata manipulation
|
Data Fields | |
gchar * | shortname |
gchar * | name |
cr_UpdateCollectionModule * | module |
GSList * | packages |
GStringChunk * | chunk |
Definition at line 65 of file updateinfo.h.
GStringChunk* chunk |
Definition at line 70 of file updateinfo.h.
cr_UpdateCollectionModule* module |
Definition at line 68 of file updateinfo.h.
gchar* name |
e.g. RHN Tools for RHEL AUS (v. 6.5 for 64-bit x86_64)
Definition at line 67 of file updateinfo.h.
GSList* packages |
List of cr_UpdateCollectionPackage
Definition at line 69 of file updateinfo.h.
gchar* shortname |
e.g. rhn-tools-rhel-x86_64-server-6.5.aus
Definition at line 66 of file updateinfo.h.