summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 15:41:06 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commit13290623ff328c950e6be41747db2a7b5455a669 (patch)
treea3abf5d959314484b313f75e2d45835dea2928be
parent0eb6432dcc428b5d39cc22db9f1644d73f492401 (diff)
downloadcogl-13290623ff328c950e6be41747db2a7b5455a669.tar.gz
matrix-stack: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 232842c1f78daccc09f0567a6a00900f930e6d13)
-rw-r--r--cogl/cogl-matrix-stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h
index 0ba81953..4498ec27 100644
--- a/cogl/cogl-matrix-stack.h
+++ b/cogl/cogl-matrix-stack.h
@@ -190,7 +190,7 @@ typedef struct _CoglMatrixEntry CoglMatrixEntry;
* 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);