Synopsis
#define GEBR_GEOXML_ENUM_OPTION (seq)
typedef GebrGeoXmlEnumOption;
void gebr_geoxml_enum_option_set_label (GebrGeoXmlEnumOption *enum_option,
const gchar *label);
gchar * gebr_geoxml_enum_option_get_label (GebrGeoXmlEnumOption *enum_option);
void gebr_geoxml_enum_option_set_value (GebrGeoXmlEnumOption *enum_option,
const gchar *value);
gchar * gebr_geoxml_enum_option_get_value (GebrGeoXmlEnumOption *enum_option);
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 ()
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 ()
gchar * gebr_geoxml_enum_option_get_value (GebrGeoXmlEnumOption *enum_option);