summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-11-14 12:28:13 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2014-02-09 20:01:27 +0000
commit2a0f69dbb2f131cf5558eb0a42c6392aa16a93fc (patch)
tree6f1b62918cdbc04ed8de254bc35cd8ca71df1bc8
parentaf9e8c6afe82a4f0f12fe82525f3b898393cab06 (diff)
downloadcogl-2a0f69dbb2f131cf5558eb0a42c6392aa16a93fc.tar.gz
primitive: silent introspection warning
-rw-r--r--cogl/cogl-primitive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl-primitive.h b/cogl/cogl-primitive.h
index 622cb63a..ad05a695 100644
--- a/cogl/cogl-primitive.h
+++ b/cogl/cogl-primitive.h
@@ -267,7 +267,6 @@ 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
* of #CoglVertexP2 vertices
*