summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 20:54:25 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commit499ecca519001af271d703c1cac8aba964d92110 (patch)
tree423dd54324c52704d18628832f42ea71a08f3e2c
parent927d4b222661428830c1d36fa177d1f5caa847de (diff)
downloadcogl-499ecca519001af271d703c1cac8aba964d92110.tar.gz
attribute: add constructor annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 7583f5fc3f457210f000953d1d17826326714421)
-rw-r--r--cogl/cogl-attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-attribute.h b/cogl/cogl-attribute.h
index 9aa6a7b7..019e6c92 100644
--- a/cogl/cogl-attribute.h
+++ b/cogl/cogl-attribute.h
@@ -50,7 +50,7 @@ COGL_BEGIN_DECLS
*/
/**
- * cogl_attribute_new:
+ * cogl_attribute_new: (constructor)
* @attribute_buffer: The #CoglAttributeBuffer containing the actual
* attribute data
* @name: The name of the attribute (used to reference it from GLSL)