[cogl/lionel/introspection: 11/76] texture-2d-sliced: add missing transfer annotations
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/lionel/introspection: 11/76] texture-2d-sliced: add missing transfer annotations
- Date: Wed, 11 Sep 2013 15:20:42 +0000 (UTC)
commit 20cfce43f126dfd32f36eb32ebad5814e7cfa0f1
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Tue Sep 3 13:21:32 2013 +0100
texture-2d-sliced: add missing transfer annotations
cogl/cogl-texture-2d-sliced.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/cogl/cogl-texture-2d-sliced.h b/cogl/cogl-texture-2d-sliced.h
index be51980..ad51c25 100644
--- a/cogl/cogl-texture-2d-sliced.h
+++ b/cogl/cogl-texture-2d-sliced.h
@@ -102,7 +102,7 @@ COGL_GTYPE_DECLARE_TYPE (texture_2d_sliced);
* 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
@@ -155,8 +155,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
*/
@@ -214,8 +214,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
*/
@@ -270,8 +270,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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]