[cogl/lionel/introspection: 51/76] matrix: add missing transfer annotation



commit 1c772439e44ef6bd7aa976eb7c793058851df2d0
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:41:16 2013 +0100

    matrix: add missing transfer annotation

 cogl/cogl-matrix.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h
index 2c6cdd2..b46e43f 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -569,8 +569,8 @@ cogl_matrix_equal (const void *v1, const void *v2);
  * Allocates a new #CoglMatrix on the heap and initializes it with
  * the same values as @matrix.
  *
- * Returns: A newly allocated #CoglMatrix which should be freed using
- * cogl_matrix_free()
+ * Return value: (transfer full): A newly allocated #CoglMatrix which
+ * should be freed using cogl_matrix_free()
  *
  * Since: 1.6
  */


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