From c1f6ec77b539b1ae3aa3767acdee013e3a5b545d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 13:21:32 +0100 Subject: [PATCH] texture-2d-sliced: add missing transfer annotations Reviewed-by: Robert Bragg --- cogl/cogl-texture-2d-sliced.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cogl/cogl-texture-2d-sliced.h b/cogl/cogl-texture-2d-sliced.h index 604184620..f6fdc9750 100644 --- a/cogl/cogl-texture-2d-sliced.h +++ b/cogl/cogl-texture-2d-sliced.h @@ -100,7 +100,7 @@ typedef struct _CoglTexture2DSliced CoglTexture2DSliced; * is larger than is supported by the hardware but slicing is disabled * the texture size would be too large to handle. * - * Returns: A new #CoglTexture2DSliced object with no storage + * Returns: (transfer full): A new #CoglTexture2DSliced object with no storage * allocated yet. * * Since: 1.10 @@ -153,8 +153,8 @@ cogl_texture_2d_sliced_new_with_size (CoglContext *ctx, * larger than is supported by the hardware but slicing is disabled * the texture size would be too large to handle. * - * Return value: A newly created #CoglTexture2DSliced or %NULL on - * failure and @error will be updated. + * Return value: (transfer full): A newly created #CoglTexture2DSliced + * or %NULL on failure and @error will be updated. * * Since: 1.16 */ @@ -212,8 +212,8 @@ cogl_texture_2d_sliced_new_from_file (CoglContext *ctx, * larger than is supported by the hardware but slicing is disabled * the texture size would be too large to handle. * - * Return value: A newly created #CoglTexture2DSliced or %NULL on - * failure and @error will be updated. + * Return value: (transfer full): A newly created #CoglTexture2DSliced + * or %NULL on failure and @error will be updated. * * Since: 1.16 */ @@ -268,8 +268,8 @@ cogl_texture_2d_sliced_new_from_data (CoglContext *ctx, * larger than is supported by the hardware but slicing is disabled * the texture size would be too large to handle. * - * Return value: A newly created #CoglTexture2DSliced or %NULL on - * failure and @error will be updated. + * Return value: (transfer full): A newly created #CoglTexture2DSliced + * or %NULL on failure and @error will be updated. * * Since: 1.16 */