createrepo_c library 1.0.4
C library for metadata manipulation
|
Data Fields | |
gchar * | from |
gchar * | status |
gchar * | type |
gchar * | version |
gchar * | id |
gchar * | title |
gchar * | issued_date |
gchar * | updated_date |
gchar * | rights |
gchar * | release |
gchar * | pushcount |
gchar * | severity |
gchar * | summary |
gchar * | description |
gchar * | solution |
gboolean | reboot_suggested |
GSList * | references |
GSList * | collections |
GStringChunk * | chunk |
Definition at line 81 of file updateinfo.h.
GStringChunk* chunk |
String chunk
Definition at line 102 of file updateinfo.h.
GSList* collections |
List of cr_UpdateCollection
Definition at line 100 of file updateinfo.h.
gchar* description |
Update description
Definition at line 95 of file updateinfo.h.
gchar* from |
Source of the update (e.g. secur.nosp@m.ity@.nosp@m.redha.nosp@m.t.co.nosp@m.m)
Definition at line 82 of file updateinfo.h.
gchar* id |
Update id (short update name, e.g. RHEA-2013:1777)
Definition at line 86 of file updateinfo.h.
gchar* issued_date |
Date string (e.g. "2013-12-02 00:00:00")
Definition at line 88 of file updateinfo.h.
gchar* pushcount |
Push count
Definition at line 92 of file updateinfo.h.
gboolean reboot_suggested |
Reboot suggested
Definition at line 97 of file updateinfo.h.
GSList* references |
List of cr_UpdateReference
Definition at line 99 of file updateinfo.h.
gchar* release |
Release
Definition at line 91 of file updateinfo.h.
gchar* rights |
Copyright
Definition at line 90 of file updateinfo.h.
gchar* severity |
Severity
Definition at line 93 of file updateinfo.h.
gchar* solution |
Solution
Definition at line 96 of file updateinfo.h.
gchar* status |
Update status ("final", ...)
Definition at line 83 of file updateinfo.h.
gchar* summary |
Short summary
Definition at line 94 of file updateinfo.h.
gchar* title |
Update name
Definition at line 87 of file updateinfo.h.
gchar* type |
Update type ("enhancement", "bugfix", ...)
Definition at line 84 of file updateinfo.h.
gchar* updated_date |
Date string
Definition at line 89 of file updateinfo.h.
gchar* version |
Update version (probably always an integer number)
Definition at line 85 of file updateinfo.h.