summaryrefslogtreecommitdiff
path: root/libgweather
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-01-12 14:36:19 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-01-12 14:36:19 -0600
commitf1f0bdd9ab47ff8ddba17e2125802c928226da64 (patch)
tree91c501ffdf023f10c824f4f2970bca3b9057779f /libgweather
parent47bf80fae09a61208ef38132883beabdcce235a9 (diff)
downloadlibgweather-f1f0bdd9ab47ff8ddba17e2125802c928226da64.tar.gz
Remove _GWeatherInfoClass
This struct is now final, so the class struct should no longer be public. This is breaking libgweather's gir file. https://gitlab.gnome.org/GNOME/gnome-build-meta/-/jobs/1084096
Diffstat (limited to 'libgweather')
-rw-r--r--libgweather/gweather-weather.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libgweather/gweather-weather.h b/libgweather/gweather-weather.h
index 69d31ad..00134c2 100644
--- a/libgweather/gweather-weather.h
+++ b/libgweather/gweather-weather.h
@@ -52,15 +52,6 @@ typedef enum { /*< flags, underscore_name=gweather_provider >*/
#define GWEATHER_TYPE_INFO (gweather_info_get_type ())
G_DECLARE_FINAL_TYPE(GWeatherInfo, gweather_info, GWEATHER, INFO, GObject)
-struct _GWeatherInfoClass {
-
- /*< private >*/
- GObjectClass parent_class;
-
- /*< protected >*/
- void (*updated) (GWeatherInfo *info);
-};
-
GWeatherInfo * gweather_info_new (GWeatherLocation *location);
void gweather_info_update (GWeatherInfo *info);
void gweather_info_abort (GWeatherInfo *info);