From 7583f5fc3f457210f000953d1d17826326714421 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 20:54:25 +0100 Subject: [PATCH] attribute: add constructor annotation Reviewed-by: Robert Bragg --- cogl/cogl-attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-attribute.h b/cogl/cogl-attribute.h index 9aa6a7b79..019e6c92c 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)