GNOME Bugzilla – Bug 620667
Wrong declaration for gdk_pixbuf_save_to_callback
Last modified: 2010-06-07 18:32:08 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.
Created attachment 162854 [details] [review] add ellipsis to Pixbuf.save_to_callback attachment 162853 [details] [review] is needed
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.