summaryrefslogtreecommitdiff
path: root/cogl
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2019-03-18 01:22:41 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2019-03-18 01:22:41 +0000
commitdf477766fe5b2f4f26c4bcaf166b1e5837739a91 (patch)
treebeb02d169c214955bb89c7bee323e45122c74d4e /cogl
parenta9f34bd82ae42ad3255d45f9d5b091242570d8a9 (diff)
parentfdc8de92ed370946126c07157631da25c6403ea7 (diff)
downloadcogl-df477766fe5b2f4f26c4bcaf166b1e5837739a91.tar.gz
Merge branch 'cogl-1.22' into 'cogl-1.22'
primitive: Fix syntax on annotations type See merge request GNOME/cogl!7
Diffstat (limited to 'cogl')
-rw-r--r--cogl/cogl-primitive.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cogl/cogl-primitive.h b/cogl/cogl-primitive.h
index 0f20bb58..ea637fa9 100644
--- a/cogl/cogl-primitive.h
+++ b/cogl/cogl-primitive.h
@@ -285,7 +285,7 @@ cogl_primitive_new_with_attributes (CoglVerticesMode mode,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2): An array
* of #CoglVertexP2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -339,7 +339,7 @@ cogl_primitive_new_p2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3): An array of
+ * @data: (array length=n_vertices) (type Cogl.VertexP3): An array of
* #CoglVertexP3 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -393,7 +393,7 @@ cogl_primitive_new_p3 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2C4): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2C4): An array
* of #CoglVertexP2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -449,7 +449,7 @@ cogl_primitive_new_p2c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3C4): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP3C4): An array
* of #CoglVertexP3C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -505,7 +505,7 @@ cogl_primitive_new_p3c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2T2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2T2): An array
* of #CoglVertexP2T2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -561,7 +561,7 @@ cogl_primitive_new_p2t2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3T2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP3T2): An array
* of #CoglVertexP3T2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -617,7 +617,7 @@ cogl_primitive_new_p3t2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2T2C4): An
+ * @data: (array length=n_vertices) (type Cogl.VertexP2T2C4): An
* array of #CoglVertexP2T2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -673,7 +673,7 @@ cogl_primitive_new_p2t2c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3T2C4): An
+ * @data: (array length=n_vertices) (type Cogl.VertexP3T2C4): An
* array of #CoglVertexP3T2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single