After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680060 - Gdk.Pixbuf.from_stream_async bound incorrectly
Gdk.Pixbuf.from_stream_async bound incorrectly
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.17.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-16 23:05 UTC by Jim Nelson
Modified: 2012-07-18 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to vapi/metadata/GdkPixbuf-2.0-custom.vala (1.20 KB, patch)
2012-07-16 23:05 UTC, Jim Nelson
none Details | Review

Description Jim Nelson 2012-07-16 23:05:03 UTC
Created attachment 218955 [details] [review]
Patch to vapi/metadata/GdkPixbuf-2.0-custom.vala

gdk_pixbuf_new_from_stream_finish throws a GError.  This is not present in the VAPI.

I've attached a potential fix.
Comment 1 Jürg Billeter 2012-07-18 12:05:49 UTC
commit ba6be794c15c618e7260a39fe3fd8f162a0d77f6
Author: Jürg Billeter <j@bitron.ch>
Date:   Wed Jul 18 13:53:44 2012 +0200

    girparser: Fix async creation methods throwing errors

commit 0bc16f91db33e0069aad2e9595a06b1b5a2e96c0
Author: Jürg Billeter <j@bitron.ch>
Date:   Wed Jul 18 13:55:43 2012 +0200

    gdk-pixbuf-2.0: Regenerate
    
    Fixes bug 680060.