From 6902afa1be1a3fe2955a3756c2cb8c3d2cf9ea4f Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 20 Dec 2014 19:09:16 +0100 Subject: libmateweather-enum-types.[c,h]: Fix generation by adding templates These templates are not in the tarball so never where added to MATE. --- libmateweather/mateweather-enum-types.c | 29 ----------------------------- 1 file changed, 29 deletions(-) delete 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 deleted file mode 100644 index 731123e..0000000 --- a/libmateweather/mateweather-enum-types.c +++ /dev/null @@ -1,29 +0,0 @@ -/* 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