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 620667 - Wrong declaration for gdk_pixbuf_save_to_callback
Wrong declaration for gdk_pixbuf_save_to_callback
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
0.8.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on: 620673
Blocks:
 
 
Reported: 2010-06-05 16:20 UTC by Aleksey Lim
Modified: 2010-06-07 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add ellipsis to Pixbuf.save_to_callback (2.19 KB, patch)
2010-06-06 08:10 UTC, Luca Bruno
none Details | Review

Description Aleksey Lim 2010-06-05 16:20:28 UTC
For now, gdk-pixbuf-2.0.vapi contains

  public bool save_to_callback (Gdk.PixbufSaveFunc save_func, string type) throws GLib.Error;

But due to http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-callback, function has variable arguments number.
Comment 1 Luca Bruno 2010-06-06 08:10:12 UTC
Created attachment 162854 [details] [review]
add ellipsis to Pixbuf.save_to_callback

attachment 162853 [details] [review] is needed
Comment 2 Evan Nemerson 2010-06-07 18:32:08 UTC
commit 2d97b4c471b45ec3cf0a7f19bc560d652a2560db
Author: Luca Bruno <lethalman88@gmail.com>
Date:   Sun Jun 6 10:08:57 2010 +0200

    gdk-pixbuf-2.0: add ellipsis to gdk_pixbuf_save_to_callback.
    
    Fixes bug 620667.