matrix-stack: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
28e37775c0
commit
232842c1f7
@ -190,7 +190,7 @@ typedef struct _CoglMatrixEntry CoglMatrixEntry;
|
|||||||
* cogl_matrix_stack_rotate(), cogl_matrix_stack_scale() and
|
* cogl_matrix_stack_rotate(), cogl_matrix_stack_scale() and
|
||||||
* cogl_matrix_stack_translate().
|
* cogl_matrix_stack_translate().
|
||||||
*
|
*
|
||||||
* Return value: A newly allocated #CoglMatrixStack
|
* Return value: (transfer full): A newly allocated #CoglMatrixStack
|
||||||
*/
|
*/
|
||||||
CoglMatrixStack *
|
CoglMatrixStack *
|
||||||
cogl_matrix_stack_new (CoglContext *ctx);
|
cogl_matrix_stack_new (CoglContext *ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user