summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-15 16:52:13 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-15 17:11:15 +0100
commitf10d7ef6f21d65c111629fd08af8be20aaa23375 (patch)
tree04040be7c2d72d25d138533e5221abf7737dcb13 /doc
parent64699588c427433770b7a07c77bc5b7228e919f5 (diff)
downloadlibgweather-f10d7ef6f21d65c111629fd08af8be20aaa23375.tar.gz
Remove GWeather.Info.get_radar()
The wx radar image provider was removed by commit e69f07f5, and the get_radar() method has been returning NULL long before that.
Diffstat (limited to 'doc')
-rw-r--r--doc/migrating-3to4.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/migrating-3to4.md b/doc/migrating-3to4.md
index d2c67ca..1a7a70d 100644
--- a/doc/migrating-3to4.md
+++ b/doc/migrating-3to4.md
@@ -36,3 +36,8 @@ while ((iter = gweather_location_next_child (location, iter)) != NULL) {
method will consume the reference of the iterated child; if you are keeping
a reference to each child `GWeatherLocation` you should acquire a strong
reference to it, using [method@GWeather.Location.ref].
+
+### Stop using `gweather_info_get_radar()`
+
+The radar image provider stopped working a while ago, and the `get_radar()`
+method has been returning `NULL` since then.