2.31 is the first version that deprecates gdk_pixbuf_new_from_inline(). Its reference manual: https://developer.gnome.org/gdk-pixbuf/2.31/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline, says '' gdk_pixbuf_new_from_inline has been deprecated since version 2.32 and should not be used in newly-written code. Use GResource instead. '' Note that, while this manual is for 2.31, it refers to 2.32 on this particular issue. (A typo or a preliminary for a next stable release? I'm not sure...)
As for 2.32, its manual drops the description of the function, although the library and one of its header files still keep it. >From a technical point of view, I do think it's OK to replace 32 with 31, but at the same time I' m reluctant to claim it officially because of the instruction quoted above. Best, Kazunobu Kuriyama 2016-01-02 22:13 GMT+09:00 Tony Mechelynck <[email protected]>: > On Sat, Jan 2, 2016 at 1:48 PM, John Little <[email protected]> > wrote: > > On Saturday, January 2, 2016 at 7:09:58 PM UTC+13, Tony Mechelynck wrote: > >> the compiler warning in question is still there at the current > patchlevel. > > > > What does > > > > pkg-config --modversion gdk-pixbuf-2.0 > > > > say on your system, Tony? > > > > Regards, John Little > > It says 2.31.6 > > Best regards, > Tony. > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
