[libgweather/ebassi/gtk4: 39/56] Use newly added deprecation macro




commit ce0058dc3f4913f3e9e8fcdddd8af92bfd8c648f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Oct 11 22:47:11 2021 +0100

    Use newly added deprecation macro
    
    Instead of hand-coding it ourselves.

 libgweather/gweather-location.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/gweather-location.h b/libgweather/gweather-location.h
index 6a29a581..2ac74e7d 100644
--- a/libgweather/gweather-location.h
+++ b/libgweather/gweather-location.h
@@ -93,7 +93,7 @@ GWEATHER_AVAILABLE_IN_ALL
 GWeatherLocation *      gweather_location_next_child            (GWeatherLocation  *loc,
                                                                  GWeatherLocation  *child);
 
-G_DEPRECATED_FOR(gweather_location_next_child) _GWEATHER_EXTERN
+GWEATHER_DEPRECATED_FOR(gweather_location_next_child)
 GWeatherLocation **     gweather_location_get_children          (GWeatherLocation  *loc);
 
 GWEATHER_AVAILABLE_IN_ALL


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