]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
regenerated
authorThijs Vermeir <tvermeir@src.gnome.org>
Mon, 12 Jan 2009 14:25:47 +0000 (14:25 +0000)
committerThijs Vermeir <tvermeir@src.gnome.org>
Mon, 12 Jan 2009 14:25:47 +0000 (14:25 +0000)
* vapi/gdk-pixbuf-2.0.vapi: regenerated

svn path=/trunk/; revision=2334

ChangeLog
vapi/gdk-pixbuf-2.0.vapi

index bc92d68d2f4401974f1ae95c599fdc1c6ce39347..53ba862b9d75256fcb23f578055446865f81c125 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-12  Thijs Vermeir  <thijsvermeir@gmail.com>
+
+       * vapi/gdk-pixbuf-2.0.vapi: regenerated
+
 2009-01-11  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gstreamer-0.10/:
index 220d880d6a3b4ea643cca7f697104d22a3303078..ca40e871e58fbc919fdfd90e6f934b86d9f8442d 100644 (file)
@@ -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);