[cogl/lionel/introspection: 53/76] matrix-stack: add missing transfer annotation



commit 6e23b4ef4a00ebbd39567fb10a9730fffc465a69
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:41:06 2013 +0100

    matrix-stack: add missing transfer annotation

 cogl/cogl-matrix-stack.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h
index 526f46d..1afe8af 100644
--- a/cogl/cogl-matrix-stack.h
+++ b/cogl/cogl-matrix-stack.h
@@ -193,7 +193,7 @@ COGL_GTYPE_DECLARE_TYPE (matrix_entry);
  * cogl_matrix_stack_rotate(), cogl_matrix_stack_scale() and
  * cogl_matrix_stack_translate().
  *
- * Return value: A newly allocated #CoglMatrixStack
+ * Return value: (transfer full): A newly allocated #CoglMatrixStack
  */
 CoglMatrixStack *
 cogl_matrix_stack_new (CoglContext *ctx);


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