diff options
author | Jürg Billeter <j@bitron.ch> | 2012-07-18 13:55:43 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2012-07-18 13:55:43 +0200 |
commit | 0bc16f91db33e0069aad2e9595a06b1b5a2e96c0 (patch) | |
tree | 63dd3775e2661270874822cc892a4caf475d2c51 /vapi | |
parent | ba6be794c15c618e7260a39fe3fd8f162a0d77f6 (diff) | |
download | vala-0bc16f91db33e0069aad2e9595a06b1b5a2e96c0.tar.gz |
gdk-pixbuf-2.0: Regenerate
Fixes bug 680060.
Diffstat (limited to 'vapi')
-rw-r--r-- | vapi/gdk-pixbuf-2.0.vapi | 6 |
1 files changed, 2 insertions, 4 deletions
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 (); |