]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-pixbuf-2.0: add ellipsis to gdk_pixbuf_save_to_callback.
authorLuca Bruno <lethalman88@gmail.com>
Sun, 6 Jun 2010 08:08:57 +0000 (10:08 +0200)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 7 Jun 2010 18:28:57 +0000 (11:28 -0700)
Fixes bug 620667.

vapi/gdk-pixbuf-2.0.vapi
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata

index 21622b1925bffdfc8266239f82f255d89625e830..45667346eeada18f9b3b5979f195ab08c6951cca 100644 (file)
@@ -50,7 +50,7 @@ namespace Gdk {
                public bool save (string filename, string type, ...) throws GLib.Error;
                public bool save_to_buffer ([CCode (array_length_type = "gsize")] out char[] buffer, string type, ...) throws GLib.Error;
                public bool save_to_bufferv ([CCode (array_length_type = "gsize")] out char[] buffer, string type, string[] option_keys, string[] option_values) throws GLib.Error;
-               public bool save_to_callback (Gdk.PixbufSaveFunc save_func, string type) throws GLib.Error;
+               public bool save_to_callback (Gdk.PixbufSaveFunc save_func, string type, ...) throws GLib.Error;
                public bool save_to_callbackv (Gdk.PixbufSaveFunc save_func, string type, string[] option_keys, string[] option_values) throws GLib.Error;
                public bool save_to_stream (GLib.OutputStream stream, string type, GLib.Cancellable cancellable) throws GLib.Error;
                public bool savev (string filename, string type, out unowned string option_keys, out unowned string option_values) throws GLib.Error;
index 0e10878c79e1196da35b5639eead472056877557..1f08d484badeeca69722cd9453c36cdaa5fa8bc4 100644 (file)
@@ -13,6 +13,7 @@ gdk_pixbuf_new_from_inline.data is_array="1" no_array_length="1"
 gdk_pixbuf_save ellipsis="1"
 gdk_pixbuf_save_to_buffer hidden="1"
 gdk_pixbuf_save_to_bufferv hidden="1"
+gdk_pixbuf_save_to_callback ellipsis="1"
 gdk_pixbuf_save_to_callbackv.option_keys is_array="1"
 gdk_pixbuf_save_to_callbackv.option_values is_array="1"
 gdk_pixbuf_scale_simple transfer_ownership="1"