Snippets for libmateweather 1.28.2 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/nzzjnb2lnhq8hrwnm628gndx6z025z1p-libmateweather-1.28.2.drv.
-
weather-wx.c:36:17: 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); | ^