summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 15:41:16 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commit0eb6432dcc428b5d39cc22db9f1644d73f492401 (patch)
tree81bc29bfb848547a9b78a5afa6e3e152668b356c
parent1cfc79e64200e1228588c25622f9aaeb43dae66b (diff)
downloadcogl-0eb6432dcc428b5d39cc22db9f1644d73f492401.tar.gz
matrix: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 28e37775c02a8518ebbaa4846a5aef3b82080dfb)
-rw-r--r--cogl/cogl-matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h
index 91d12a87..4ff2abcc 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -518,8 +518,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
*/