From: Ali Sabil Date: Mon, 11 Jan 2010 19:06:34 +0000 (+0100) Subject: clutter-1.0: Fixed the clutter_texture_set_from_rgb_data and clutter_texture_set_from... X-Git-Tag: 0.7.10~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12ec247773e86dd7f5f5ddd59257447c143af995;p=thirdparty%2Fvala.git clutter-1.0: Fixed the clutter_texture_set_from_rgb_data and clutter_texture_set_from_yuv_data bindings --- diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index 392bbcb88..34639b2b8 100644 --- a/vapi/clutter-1.0.vapi +++ b/vapi/clutter-1.0.vapi @@ -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; } diff --git a/vapi/packages/clutter-1.0/clutter-1.0.metadata b/vapi/packages/clutter-1.0/clutter-1.0.metadata index b91f5e818..0844f65ac 100644 --- a/vapi/packages/clutter-1.0/clutter-1.0.metadata +++ b/vapi/packages/clutter-1.0/clutter-1.0.metadata @@ -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"