Pixbuf is broken in 3.1.1 and 3.1.2 #115
Closed
Labels
Comments
The wrapper infers is as a sting while that isn't the case. |
MikeWey
added a commit
that referenced
this issue
May 21, 2015
Partial fix for #115. gdkpixbuf.Pixbuf.getData and gtk.SelectionData.getData still return an array instead of the pointer.
The last two functions are fixed in commit: e17406f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it used to be that
getPixels()
ingdkpixbuf/Pixbuf.d
returned a pointer. Even the docs for the method say it returns a pointer but yet the current code is returning a string:that can't be right. Also the same with
getPixelsWithLength()
is now returning string instead of char array.Is there something wrong with the way that GTK is getting wrapped?
The text was updated successfully, but these errors were encountered: