Edition of product update. More...
#include <cpedict_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | value |
struct oscap_list * | languages |
Related Functions | |
(Note that these are not member functions.) | |
Get functions | |
struct cpe_edition_iterator * | cpe_update_get_editions (const struct cpe_update *items) |
cpe_update functions to get editions of update | |
const char * | cpe_edition_get_value (const struct cpe_edition *item) |
cpe_edition functions to get value of edition | |
Free functions | |
void | cpe_edition_free (struct cpe_edition *edition) |
New functions | |
struct cpe_edition * | cpe_edition_new (void) |
Set functions | |
bool | cpe_edition_set_value (struct cpe_edition *edition, const char *new_value) |
Add functions | |
bool | cpe_edition_add_language (struct cpe_edition *edition, struct cpe_language *new_language) |
Edition of product update.