You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This __var2 = something optional; return __var2 (this must always be failing (?)) with function return type self occurs several times in other functions too.
On an unrelated note, I want to mention that I have now been using crystal-gobject not only for Gtk but also for Atspi 2.0 bindings recently and it has been a bliss! Combined with the C docs it gives you everything you could ask for.
The text was updated successfully, but these errors were encountered:
fails with
And here is the relevant snippet from the generated
GdkPixbuf::Pixbuf
:This
__var2 = something optional; return __var2
(this must always be failing (?)) with function return typeself
occurs several times in other functions too.On an unrelated note, I want to mention that I have now been using crystal-gobject not only for Gtk but also for Atspi 2.0 bindings recently and it has been a bliss! Combined with the C docs it gives you everything you could ask for.
The text was updated successfully, but these errors were encountered: