sub-texture: add missing transfer annotaion

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 15:38:32 +01:00 committed by Robert Bragg
parent 7fa9b0dfdd
commit 7cc83d58a2

View File

@ -72,8 +72,8 @@ typedef struct _CoglSubTexture CoglSubTexture;
* #CoglMetaTexture interface to resolve a #CoglSubTexture into a * #CoglMetaTexture interface to resolve a #CoglSubTexture into a
* low-level texture before drawing.</note> * low-level texture before drawing.</note>
* *
* Returns: A newly allocated #CoglSubTexture representing a * Return value: (transfer full): A newly allocated #CoglSubTexture
* sub-region of @parent_texture. * representing a sub-region of @parent_texture.
* *
* Since: 1.10 * Since: 1.10
* Stability: unstable * Stability: unstable