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-09-23 15:02:31 +0100
commit28e37775c02a8518ebbaa4846a5aef3b82080dfb (patch)
tree682085f0d3c14bd711d1ff6b857b6eb33138cb23
parent59fa8b22bd6effd82cb837c597040b576b31b01c (diff)
downloadcogl-28e37775c02a8518ebbaa4846a5aef3b82080dfb.tar.gz
matrix: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
-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 02706186..de6cba3b 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -563,8 +563,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
*/