[libgweather] Remove _GWeatherInfoClass



commit f1f0bdd9ab47ff8ddba17e2125802c928226da64
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jan 12 14:36:19 2021 -0600

    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

 libgweather/gweather-weather.h | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/libgweather/gweather-weather.h b/libgweather/gweather-weather.h
index 69d31ad2..00134c2c 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]