From 7fa9b0dfdde31b8205069b1475724c7b31f4d07d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 15:27:55 +0100 Subject: [PATCH] atlas-texture: add missing transfer annontations Reviewed-by: Robert Bragg --- cogl/cogl-atlas-texture.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/cogl/cogl-atlas-texture.h b/cogl/cogl-atlas-texture.h index 84bb3a802..4e8623dac 100644 --- a/cogl/cogl-atlas-texture.h +++ b/cogl/cogl-atlas-texture.h @@ -86,8 +86,9 @@ typedef struct _CoglAtlasTexture CoglAtlasTexture; * with some limitations. See the documentation for #CoglMetaTexture * for more details. * - * Returns: A new #CoglAtlasTexture object with no storage allocated - * yet or %NULL on failure and @error will be updated. + * Return value: (transfer full): A new #CoglAtlasTexture object with + * no storage allocated yet or %NULL on failure and @error + * will be updated. * Since: 1.16 * Stability: unstable */ @@ -116,8 +117,8 @@ cogl_atlas_texture_new_with_size (CoglContext *ctx, * with some limitations. See the documentation for #CoglMetaTexture * for more details. * - * Returns: A new #CoglAtlasTexture object or %NULL on failure and - * @error will be updated. + * Return value: (transfer full): A new #CoglAtlasTexture object or + * %NULL on failure and @error will be updated. * Since: 1.16 * Stability: unstable */ @@ -159,8 +160,8 @@ cogl_atlas_texture_new_from_file (CoglContext *ctx, * meta-texture with some limitations. See the documentation for * #CoglMetaTexture for more details. * - * Returns: A new #CoglAtlasTexture object or %NULL on failure and - * @error will be updated. + * Return value: (transfer full): A new #CoglAtlasTexture object or + * %NULL on failure and @error will be updated. * Since: 1.16 * Stability: unstable */ @@ -199,8 +200,8 @@ cogl_atlas_texture_new_from_data (CoglContext *ctx, * with some limitations. See the documentation for #CoglMetaTexture * for more details. * - * Returns: A new #CoglAtlasTexture object or %NULL on failure and - * @error will be updated. + * Return value: (transfer full): A new #CoglAtlasTexture object or + * %NULL on failure and @error will be updated. * Since: 1.16 * Stability: unstable */