From dfa0bdc9ed322727ee491a33fc960529e4b4293a Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 13:13:58 +0100 Subject: [PATCH] texture-3d: add missing transfer annotations Reviewed-by: Robert Bragg --- cogl/cogl-texture-3d.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cogl/cogl-texture-3d.h b/cogl/cogl-texture-3d.h index 0483d47fa..7aca7e2e8 100644 --- a/cogl/cogl-texture-3d.h +++ b/cogl/cogl-texture-3d.h @@ -71,7 +71,7 @@ typedef struct _CoglTexture3D CoglTexture3D; * fail if the requested dimensions are not supported by the * GPU. * - * Returns: A new #CoglTexture3D object with no storage yet allocated. + * Returns: (transfer full): A new #CoglTexture3D object with no storage yet allocated. * Since: 1.10 * Stability: Unstable */ @@ -115,9 +115,9 @@ cogl_texture_3d_new_with_size (CoglContext *context, * %COGL_FEATURE_ID_TEXTURE_3D is not advertised. It can also fail if the * requested dimensions are not supported by the GPU. * - * Return value: the newly created #CoglTexture3D or %NULL if - * there was an error an an exception will be returned - * through @error. + * Return value: (transfer full): the newly created #CoglTexture3D or + * %NULL if there was an error an an exception will be + * returned through @error. * Since: 1.10 * Stability: Unstable */ @@ -155,8 +155,8 @@ cogl_texture_3d_new_from_data (CoglContext *context, * actual height of the bitmap can be larger than @height × @depth. In * this case it assumes there is padding between the images. * - * Return value: the newly created texture or %NULL if - * there was an error. + * Return value: (transfer full): the newly created texture or %NULL + * if there was an error. * Since: 2.0 * Stability: unstable */