]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
cogl-1.0: Return value of Cogl.Matrix.get_array doesn't have a length.
authorEvan Nemerson <evan@coeus-group.com>
Sun, 25 Jul 2010 18:16:14 +0000 (11:16 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 25 Jul 2010 18:17:21 +0000 (11:17 -0700)
vapi/cogl-1.0.vapi
vapi/packages/cogl-1.0/cogl-1.0.metadata

index 9f356d321685ccbc7682b6e7a3308abb8010e8dc..29ca0a1eba3a9689a785665c5745323d5e52f55d 100644 (file)
@@ -257,6 +257,7 @@ namespace Cogl {
                public uint flags;
                public Matrix.from_array (float[] array);
                public void frustum (float left, float right, float bottom, float top, float z_near, float z_far);
+               [CCode (array_length = false)]
                public unowned float[] get_array ();
                public bool get_inverse (Cogl.Matrix inverse);
                public Matrix.identity ();
index 705e7022ae2bab55e4236ba93263c70ec28842f3..5ae6077604322c090793879df10b00c877e2cf4e 100644 (file)
@@ -38,7 +38,7 @@ cogl_is_texture hidden="1"
 cogl_is_vertex_buffer hidden="1"
 
 CoglMatrix is_value_type="1"
-cogl_matrix_get_array is_array="1"
+cogl_matrix_get_array is_array="1" no_array_length="1"
 cogl_matrix_multiply hidden="1"
 cogl_matrix_init_from_array hidden="1"
 cogl_matrix_init_identity hidden="1"