summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-11 22:47:11 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commitce0058dc3f4913f3e9e8fcdddd8af92bfd8c648f (patch)
tree8fbd8168fa8fe77a9d856fa8b883ae19e95dcabd
parent4413fd0f4381e8ec65d34d659ffd99e9745007f4 (diff)
downloadlibgweather-ce0058dc3f4913f3e9e8fcdddd8af92bfd8c648f.tar.gz
Use newly added deprecation macro
Instead of hand-coding it ourselves.
-rw-r--r--libgweather/gweather-location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-location.h b/libgweather/gweather-location.h
index 6a29a58..2ac74e7 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