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