]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-pixbuf-2.0: Regenerate
authorJürg Billeter <j@bitron.ch>
Wed, 18 Jul 2012 11:55:43 +0000 (13:55 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 18 Jul 2012 11:55:43 +0000 (13:55 +0200)
Fixes bug 680060.

vapi/gdk-pixbuf-2.0.vapi

index f11a034593d618505c2bb621a9acd15e3503fe06..af9b861eceea62379917efdb627f2f42f34e607f 100644 (file)
@@ -33,15 +33,13 @@ namespace Gdk {
                public Pixbuf.from_resource_at_scale (string resource_path, int width, int height, bool preserve_aspect_ratio) throws GLib.Error;
                [CCode (has_construct_function = false)]
                public Pixbuf.from_stream (GLib.InputStream stream, GLib.Cancellable? cancellable = null) throws GLib.Error;
-               [CCode (cname = "gdk_pixbuf_new_from_stream_async")]
-               public async Pixbuf.from_stream_async (GLib.InputStream stream, GLib.Cancellable? cancellable);
+               [CCode (cname = "gdk_pixbuf_new_from_stream_async", has_construct_function = false)]
+               public async Pixbuf.from_stream_async (GLib.InputStream stream, GLib.Cancellable? cancellable) throws GLib.Error;
                [CCode (has_construct_function = false)]
                public Pixbuf.from_stream_at_scale (GLib.InputStream stream, int width, int height, bool preserve_aspect_ratio, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (cname = "gdk_pixbuf_new_from_stream_at_scale_async", finish_name = "gdk_pixbuf_new_from_stream_finish")]
                public async Pixbuf.from_stream_at_scale_async (GLib.InputStream stream, int width, int height, bool preserve_aspect_ratio, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (has_construct_function = false)]
-               public Pixbuf.from_stream_finish (GLib.AsyncResult async_result) throws GLib.Error;
-               [CCode (has_construct_function = false)]
                public Pixbuf.from_xpm_data ([CCode (array_length = false, type = "char**")] string[] data);
                public int get_bits_per_sample ();
                public size_t get_byte_length ();