diff options
author | Evan Nemerson <evan@coeus-group.com> | 2010-08-04 11:39:58 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2010-08-04 11:39:58 -0700 |
commit | 8aeb22a1cc1a05a9e28ed9555c2a9b1900f05fe9 (patch) | |
tree | 2efe4cbf9ee412c50b3b604fe5966c8c23bb81ca /vapi/clutter-1.0.vapi | |
parent | e87cb2aa84c8981b051507899c704c9f63b64c6f (diff) | |
download | vala-8aeb22a1cc1a05a9e28ed9555c2a9b1900f05fe9.tar.gz |
clutter-1.0: Do not pass a length to Actor.get_abs_allocation_vertices
Fixes bug 625859.
Diffstat (limited to 'vapi/clutter-1.0.vapi')
-rw-r--r-- | vapi/clutter-1.0.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index ad92a4841..f9e58bf3a 100644 --- a/vapi/clutter-1.0.vapi +++ b/vapi/clutter-1.0.vapi @@ -91,7 +91,7 @@ namespace Clutter { public void apply_transform_to_point (Clutter.Vertex point, out Clutter.Vertex vertex); public unowned Pango.Context create_pango_context (); public unowned Pango.Layout create_pango_layout (string text); - public void get_abs_allocation_vertices (Clutter.Vertex[] verts); + public void get_abs_allocation_vertices ([CCode (array_length = false)] Clutter.Vertex[] verts); public void get_allocation_box (out Clutter.ActorBox box); public void get_allocation_geometry (out Clutter.Geometry geom); public void get_allocation_vertices (Clutter.Actor ancestor, Clutter.Vertex[] verts); |