]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
clutter-1.0: Fixed the clutter_texture_set_from_rgb_data and clutter_texture_set_from...
authorAli Sabil <ali.sabil@gmail.com>
Mon, 11 Jan 2010 19:06:34 +0000 (20:06 +0100)
committerAli Sabil <ali.sabil@gmail.com>
Mon, 11 Jan 2010 19:06:34 +0000 (20:06 +0100)
vapi/clutter-1.0.vapi
vapi/packages/clutter-1.0/clutter-1.0.metadata

index 392bbcb88fe2d91b65b2f7f14275bfacfc308a49..34639b2b843e164e2c953aaf6216843ac6ebfaa5 100644 (file)
@@ -889,8 +889,8 @@ namespace Clutter {
                public void get_repeat (out bool repeat_x, out bool repeat_y);
                public bool set_area_from_rgb_data (uchar[] data, bool has_alpha, int x, int y, int width, int height, int rowstride, int bpp, Clutter.TextureFlags flags) throws GLib.Error;
                public bool set_from_file (string filename) throws GLib.Error;
-               public bool set_from_rgb_data (uchar[] data, bool has_alpha, int width, int height, int rowstride, int bpp, Clutter.TextureFlags flags) throws GLib.Error;
-               public bool set_from_yuv_data (uchar[] data, int width, int height, Clutter.TextureFlags flags) throws GLib.Error;
+               public bool set_from_rgb_data ([CCode (array_length = false)] uchar[] data, bool has_alpha, int width, int height, int rowstride, int bpp, Clutter.TextureFlags flags) throws GLib.Error;
+               public bool set_from_yuv_data ([CCode (array_length = false)] uchar[] data, int width, int height, Clutter.TextureFlags flags) throws GLib.Error;
                public void set_repeat (bool repeat_x, bool repeat_y);
                public Cogl.Material cogl_material { get; set; }
                public Cogl.Texture cogl_texture { get; set; }
index b91f5e8189c1cbd99f494705a478d598054f0145..0844f65ac5b7f023cd0549720c236c4478feac5f 100644 (file)
@@ -380,6 +380,8 @@ clutter_texture_get_pixel_format hidden="1"
 clutter_texture_get_sync_size hidden="1"
 clutter_texture_set_cogl_* hidden="1"
 clutter_texture_set_filter_quality hidden="1"
+clutter_texture_set_from_rgb_data.data no_array_length="1"
+clutter_texture_set_from_yuv_data.data no_array_length="1"
 clutter_texture_set_keep_aspect_ratio hidden="1"
 clutter_texture_set_load_async hidden="1"
 clutter_texture_set_load_data_async hidden="1"