[libgweather/ebassi/gtk4: 7/14] fixup! Ignore internal deprecations
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/ebassi/gtk4: 7/14] fixup! Ignore internal deprecations
- Date: Thu, 7 Oct 2021 16:42:44 +0000 (UTC)
commit bebbb228b49c53e27f89ea1ae57a9991c70f3af4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Oct 5 18:00:46 2021 +0100
fixup! Ignore internal deprecations
libgweather/test_weather.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/libgweather/test_weather.c b/libgweather/test_weather.c
index 289f9707..7773462f 100644
--- a/libgweather/test_weather.c
+++ b/libgweather/test_weather.c
@@ -19,6 +19,8 @@ find_loc_children (GWeatherLocation *location,
GWeatherLocation **children;
guint i;
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
children = gweather_location_get_children (location);
for (i = 0; children[i] != NULL; i++) {
if (gweather_location_get_level (children[i]) == GWEATHER_LOCATION_WEATHER_STATION) {
@@ -35,6 +37,8 @@ find_loc_children (GWeatherLocation *location,
}
}
+ G_GNUC_END_IGNORE_DEPRECATIONS
+
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]