summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 15:28:51 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-23 15:02:31 +0100
commitde0cb3aba26e483765257e304aee7c2245a27a93 (patch)
tree79cc8df24f3178db54f6e0639cd7e2ccb5a6d6c0
parent7583f5fc3f457210f000953d1d17826326714421 (diff)
downloadcogl-de0cb3aba26e483765257e304aee7c2245a27a93.tar.gz
attribute-buffer: add missing transfer annotations
Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/cogl-attribute-buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-attribute-buffer.h b/cogl/cogl-attribute-buffer.h
index 3150e07f..29181c18 100644
--- a/cogl/cogl-attribute-buffer.h
+++ b/cogl/cogl-attribute-buffer.h
@@ -69,7 +69,7 @@ COGL_BEGIN_DECLS
* Note: You can assume this function always succeeds and won't return
* %NULL
*
- * Return value: A newly allocated #CoglAttributeBuffer. Never %NULL.
+ * Return value: (transfer full): A newly allocated #CoglAttributeBuffer. Never %NULL.
*
* Stability: Unstable
*/
@@ -100,7 +100,7 @@ cogl_attribute_buffer_new_with_size (CoglContext *context,
* explicitly catch errors with cogl_buffer_set_data() or
* cogl_buffer_map().</note>
*
- * Return value: A newly allocated #CoglAttributeBuffer (never %NULL)
+ * Return value: (transfer full): A newly allocated #CoglAttributeBuffer (never %NULL)
*
* Since: 1.4
* Stability: Unstable