Snippets for libmateweather 1.28.2 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/51jq1c4k07m76k2c16kmy0blhxmswijd-libmateweather-1.28.2.drv.
-
weather-wx.c:36:5: warning: 'gdk_pixbuf_animation_new_from_stream_finish' is deprecated [-Wdeprecated-declarations] 36 | animation = gdk_pixbuf_animation_new_from_stream_finish (result, &error); | ^~~~~~~~~ -
weather-wx.c:72:5: warning: 'gdk_pixbuf_animation_new_from_stream_async' is deprecated [-Wdeprecated-declarations] 72 | gdk_pixbuf_animation_new_from_stream_async (istream, NULL, wx_finish, data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~