From: Thijs Vermeir Date: Mon, 12 Jan 2009 14:25:47 +0000 (+0000) Subject: regenerated X-Git-Tag: VALA_0_5_6~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d3af096d604fa586281fe15e9beac4eccef3f5;p=thirdparty%2Fvala.git regenerated * vapi/gdk-pixbuf-2.0.vapi: regenerated svn path=/trunk/; revision=2334 --- diff --git a/ChangeLog b/ChangeLog index bc92d68d2..53ba862b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-12 Thijs Vermeir + + * vapi/gdk-pixbuf-2.0.vapi: regenerated + 2009-01-11 Jürg Billeter * vapi/packages/gstreamer-0.10/: diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index 220d880d6..ca40e871e 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -1,4 +1,4 @@ -/* gdk-pixbuf-2.0.vapi generated by lt-vapigen, do not modify. */ +/* gdk-pixbuf-2.0.vapi generated by vapigen, do not modify. */ [CCode (cprefix = "Gdk", lower_case_cprefix = "gdk_")] namespace Gdk { @@ -23,14 +23,14 @@ namespace Gdk { [CCode (has_construct_function = false)] public Pixbuf.from_file_at_size (string filename, int width, int height) throws GLib.Error; [CCode (has_construct_function = false)] - public Pixbuf.from_inline (int data_length, uchar[] data, bool copy_pixels) throws GLib.Error; + public Pixbuf.from_inline (int data_length, [CCode (array_length = false)] uchar[] data, bool copy_pixels) throws GLib.Error; public static unowned Gdk.Pixbuf from_pixdata (Gdk.Pixdata pixdata, bool copy_pixels) throws GLib.Error; [CCode (has_construct_function = false)] public Pixbuf.from_stream (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) throws GLib.Error; [CCode (has_construct_function = false)] - public Pixbuf.from_xpm_data (string[] data); + public Pixbuf.from_xpm_data ([CCode (array_length = false)] string[] data); public int get_bits_per_sample (); public Gdk.Colorspace get_colorspace (); public static unowned Gdk.PixbufFormat get_file_info (string filename, int width, int height);