matrix: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
59fa8b22bd
commit
28e37775c0
1 changed files with 2 additions and 2 deletions
|
@ -563,8 +563,8 @@ cogl_matrix_equal (const void *v1, const void *v2);
|
||||||
* Allocates a new #CoglMatrix on the heap and initializes it with
|
* Allocates a new #CoglMatrix on the heap and initializes it with
|
||||||
* the same values as @matrix.
|
* the same values as @matrix.
|
||||||
*
|
*
|
||||||
* Returns: A newly allocated #CoglMatrix which should be freed using
|
* Return value: (transfer full): A newly allocated #CoglMatrix which
|
||||||
* cogl_matrix_free()
|
* should be freed using cogl_matrix_free()
|
||||||
*
|
*
|
||||||
* Since: 1.6
|
* Since: 1.6
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue