From: Jürg Billeter Date: Wed, 18 Jul 2012 11:55:43 +0000 (+0200) Subject: gdk-pixbuf-2.0: Regenerate X-Git-Tag: 0.17.4~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bc16f91db33e0069aad2e9595a06b1b5a2e96c0;p=thirdparty%2Fvala.git gdk-pixbuf-2.0: Regenerate Fixes bug 680060. --- diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index f11a03459..af9b861ec 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -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 ();