From fe8aea1c3b5348347633da18a02b0bffd3b266a1 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 21:42:39 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- libmateweather/mateweather-enum-types.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 libmateweather/mateweather-enum-types.c (limited to 'libmateweather/mateweather-enum-types.c') diff --git a/libmateweather/mateweather-enum-types.c b/libmateweather/mateweather-enum-types.c new file mode 100644 index 0000000..731123e --- /dev/null +++ b/libmateweather/mateweather-enum-types.c @@ -0,0 +1,29 @@ +/* Generated data (by glib-mkenums) */ + +#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE +#include "mateweather-enum-types.h" +#include "mateweather-location.h" +/* enumerations from "mateweather-location.h" */ +GType mateweather_location_level_get_type(void) +{ + static GType etype = 0; + + if (G_UNLIKELY(etype == 0)) + { + static const GEnumValue values[] = { + {MATEWEATHER_LOCATION_WORLD, "MATEWEATHER_LOCATION_WORLD", "world"}, + {MATEWEATHER_LOCATION_REGION, "MATEWEATHER_LOCATION_REGION", "region"}, + {MATEWEATHER_LOCATION_COUNTRY, "MATEWEATHER_LOCATION_COUNTRY", "country"}, + {MATEWEATHER_LOCATION_ADM1, "MATEWEATHER_LOCATION_ADM1", "adm1"}, + {MATEWEATHER_LOCATION_ADM2, "MATEWEATHER_LOCATION_ADM2", "adm2"}, + {MATEWEATHER_LOCATION_CITY, "MATEWEATHER_LOCATION_CITY", "city"}, + {MATEWEATHER_LOCATION_WEATHER_STATION, "MATEWEATHER_LOCATION_WEATHER_STATION", "weather-station"}, + {0, NULL, NULL} + }; + etype = g_enum_register_static(g_intern_static_string("MateWeatherLocationLevel"), values); + } + + return etype; +} + +/* Generated data ends here */ -- cgit v1.2.1