matrix-stack: add missing transfer annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 15:41:06 +01:00 committed by Robert Bragg
parent 28e37775c0
commit 232842c1f7

View File

@ -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);