From 7cc83d58a28db9b594a164dca9e2f6c0cf46d2ff Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 15:38:32 +0100 Subject: [PATCH] sub-texture: add missing transfer annotaion Reviewed-by: Robert Bragg --- cogl/cogl-sub-texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-sub-texture.h b/cogl/cogl-sub-texture.h index d08810a87..1130b83a4 100644 --- a/cogl/cogl-sub-texture.h +++ b/cogl/cogl-sub-texture.h @@ -72,8 +72,8 @@ typedef struct _CoglSubTexture CoglSubTexture; * #CoglMetaTexture interface to resolve a #CoglSubTexture into a * low-level texture before drawing. * - * Returns: A newly allocated #CoglSubTexture representing a - * sub-region of @parent_texture. + * Return value: (transfer full): A newly allocated #CoglSubTexture + * representing a sub-region of @parent_texture. * * Since: 1.10 * Stability: unstable