texture-2d-sliced: add missing transfer annotations

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 13:21:32 +01:00 committed by Robert Bragg
parent c56e87043d
commit c1f6ec77b5

View File

@ -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.</note>
*
* 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.</note>
*
* 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.</note>
*
* 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.</note>
*
* 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
*/