Kazunobu Kuriyama wrote: > 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.
I would propose to follow the source code. A manual can have a mistake. However, is what we need available in ALL point release of 2.31? Tony mentions getting the warning for 2.31.6. If we check for 2.31, will it work with 2.31.0 ? I've seen before that something is marked deprecated while the replacement isn't (fully) available yet. I don't like that. -- Why isn't there mouse-flavored cat food? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
