Snippets for libmateweather 1.28.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/ng6xffrc9k493mq8vzypjwgjxb9c3nln-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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~