]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)
vapi/gdk-pixbuf-2.0.vapi
vapi/metadata/GdkPixbuf-2.0.metadata

index 9eaaadb0d6797c1202feb0434dd2611ff76ed810..a4f0de7e9d5238877fcf50199e1f0472f928eded 100644 (file)
@@ -110,8 +110,9 @@ namespace Gdk {
                public async void save_to_stream_async (GLib.OutputStream stream, string type, GLib.Cancellable? cancellable = null, ...) throws GLib.Error;
                [Version (since = "2.36")]
                public bool save_to_streamv (GLib.OutputStream stream, string type, [CCode (array_length = false, array_null_terminated = true)] string[] option_keys, [CCode (array_length = false, array_null_terminated = true)] string[] option_values, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               [CCode (finish_instance = false, finish_name = "gdk_pixbuf_save_to_stream_finish")]
                [Version (since = "2.36")]
-               public async void save_to_streamv_async (GLib.OutputStream stream, string type, [CCode (array_length = false, array_null_terminated = true)] string[] option_keys, [CCode (array_length = false, array_null_terminated = true)] string[] option_values, GLib.Cancellable? cancellable = null);
+               public async void save_to_streamv_async (GLib.OutputStream stream, string type, [CCode (array_length = false, array_null_terminated = true)] string[] option_keys, [CCode (array_length = false, array_null_terminated = true)] string[] option_values, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public bool savev (string filename, string type, [CCode (array_length = false, array_null_terminated = true)] string[] option_keys, [CCode (array_length = false, array_null_terminated = true)] string[] option_values) throws GLib.Error;
                public void scale (Gdk.Pixbuf dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, Gdk.InterpType interp_type);
                public Gdk.Pixbuf? scale_simple (int dest_width, int dest_height, Gdk.InterpType interp_type);
index e70cd2875ef047a3d9c8e423f886ce058ef1dd65..f7d8bc768e97e57875282bfea5099d20d551604e 100644 (file)
@@ -19,6 +19,7 @@ Pixbuf
         .save_to_stream throws throws="GLib.Error"
         .save_to_stream.error skip
         .save_to_stream_async finish_name="gdk_pixbuf_save_to_stream_finish" finish_instance=false sentinel="NULL" throws="GLib.Error"
+        .save_to_streamv_async finish_name="gdk_pixbuf_save_to_stream_finish" finish_instance=false throws="GLib.Error"
         .save_to_stream_finish skip
 
 PixbufModule.* skip=false