Bug#908745: libgtk3-perl: avoid using deprecated gdk_pixbuf_new_from_inline()

2019-07-16 Thread intrigeri
Hi Simon! Simon McVittie: > In Perl I think that would be spelled something like: > sub Gtk3::Gdk::Pixbuf::new_from_data { > my ($class, $data, $colorspace, $has_alpha, $bits_per_sample, $width, > $height, $rowstride) = @_; > return Gtk3::Gdk::Pixbuf->new_from_bytes(GLib::Bytes->new($data),

Bug#908745: libgtk3-perl: avoid using deprecated gdk_pixbuf_new_from_inline()

2018-09-13 Thread Simon McVittie
Package: libgtk3-perl Version: 0.034-1 Severity: wishlist Tags: upstream libgtk3-perl currently uses gdk_pixbuf_new_from_inline() to implement Gtk3::Gdk::Pixbuf::new_from_data, because using gdk_pixbuf_new_from_data() would require being able to hand over ownership of a buffer to gdk-pixbuf, where