enum_option

enum_option

Synopsis

#define             GEBR_GEOXML_ENUM_OPTION             (seq)
typedef             GebrGeoXmlEnumOption;
void                gebr_geoxml_enum_option_set_label   (GebrGeoXmlEnumOption *enum_option,
                                                         const gchar *label);
const gchar *       gebr_geoxml_enum_option_get_label   (GebrGeoXmlEnumOption *enum_option);
void                gebr_geoxml_enum_option_set_value   (GebrGeoXmlEnumOption *enum_option,
                                                         const gchar *value);
const gchar *       gebr_geoxml_enum_option_get_value   (GebrGeoXmlEnumOption *enum_option);

Description

Details

GEBR_GEOXML_ENUM_OPTION()

#define GEBR_GEOXML_ENUM_OPTION(seq) ((GebrGeoXmlEnumOption*)(seq))

GebrGeoXmlEnumOption

typedef struct gebr_geoxml_enum_option GebrGeoXmlEnumOption;

gebr_geoxml_enum_option_set_label ()

void                gebr_geoxml_enum_option_set_label   (GebrGeoXmlEnumOption *enum_option,
                                                         const gchar *label);

gebr_geoxml_enum_option_get_label ()

const gchar *       gebr_geoxml_enum_option_get_label   (GebrGeoXmlEnumOption *enum_option);

gebr_geoxml_enum_option_set_value ()

void                gebr_geoxml_enum_option_set_value   (GebrGeoXmlEnumOption *enum_option,
                                                         const gchar *value);

gebr_geoxml_enum_option_get_value ()

const gchar *       gebr_geoxml_enum_option_get_value   (GebrGeoXmlEnumOption *enum_option);