summaryrefslogtreecommitdiff
path: root/vapi/clutter-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-05-31 17:04:54 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-06-01 16:21:20 +0200
commit1efb947c15eb682383240dd09a181b5818b22156 (patch)
tree3583deec3b95dab6cd486122b866a2525a2110e3 /vapi/clutter-1.0.vapi
parent1b5e7a27e60567f5a92ccff7a1b9db45c240691c (diff)
downloadvala-1efb947c15eb682383240dd09a181b5818b22156.tar.gz
Regenerate GIR-based bindings
Diffstat (limited to 'vapi/clutter-1.0.vapi')
-rw-r--r--vapi/clutter-1.0.vapi10
1 files changed, 5 insertions, 5 deletions
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi
index e4f0ffe23..3b6460bcd 100644
--- a/vapi/clutter-1.0.vapi
+++ b/vapi/clutter-1.0.vapi
@@ -4740,7 +4740,7 @@ namespace Clutter {
[Version (since = "0.6")]
public bool emit_event (Clutter.Event event, bool capture);
[Version (since = "0.4")]
- public void get_abs_allocation_vertices ([CCode (array_length = false)] Clutter.Vertex[] verts);
+ public void get_abs_allocation_vertices ([CCode (array_length = false)] Clutter.Vertex verts[4]);
public virtual unowned Atk.Object get_accessible ();
[Version (since = "1.4")]
public unowned Clutter.Action get_action (string name);
@@ -4751,7 +4751,7 @@ namespace Clutter {
[Version (deprecated = true, deprecated_since = "1.12", since = "0.8")]
public Clutter.Geometry get_allocation_geometry ();
[Version (since = "0.6")]
- public void get_allocation_vertices (Clutter.Actor? ancestor, [CCode (array_length = false)] Clutter.Vertex[] verts);
+ public void get_allocation_vertices (Clutter.Actor? ancestor, [CCode (array_length = false)] Clutter.Vertex verts[4]);
[Version (deprecated = true, deprecated_since = "1.12", since = "0.6")]
public void get_anchor_point (out float anchor_x, out float anchor_y);
[Version (deprecated = true, deprecated_since = "1.12", since = "1.0")]
@@ -8320,7 +8320,7 @@ namespace Clutter {
public static void free (Clutter.Matrix? matrix);
public static GLib.Type get_type ();
[Version (since = "1.12")]
- public static unowned Clutter.Matrix? init_from_array (Clutter.Matrix matrix, [CCode (array_length = false)] float[] values);
+ public static unowned Clutter.Matrix? init_from_array (Clutter.Matrix matrix, [CCode (array_length = false)] float values[16]);
[Version (since = "1.12")]
public static unowned Clutter.Matrix? init_from_matrix (Clutter.Matrix a, Clutter.Matrix b);
[Version (since = "1.12")]
@@ -8330,8 +8330,8 @@ namespace Clutter {
[Version (since = "1.0")]
public struct PathNode {
public Clutter.PathNodeType type;
- [CCode (array_length = false, array_null_terminated = true)]
- public weak Clutter.Knot[] points;
+ [CCode (array_length = false)]
+ public weak Clutter.Knot points[3];
public Clutter.PathNode? copy ();
public bool equal (Clutter.PathNode node_b);
public void free ();