[cogl/lionel/introspection: 45/76] attribute-buffer: add missing transfer annotations



commit 3b90714ebf7c615d04a7d109cdc9422a32c3c4eb
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:28:51 2013 +0100

    attribute-buffer: add missing transfer annotations

 cogl/cogl-attribute-buffer.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-attribute-buffer.h b/cogl/cogl-attribute-buffer.h
index a632ddf..2f05590 100644
--- a/cogl/cogl-attribute-buffer.h
+++ b/cogl/cogl-attribute-buffer.h
@@ -71,7 +71,7 @@ COGL_GTYPE_DECLARE_TYPE (attribute_buffer);
  * 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
  */
@@ -102,7 +102,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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]