[cogl/lionel/introspection: 17/76] atlas-texture: add missing transfer annontations



commit 433835fd94d109f118dc190c62aa70de3adeeab9
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:27:55 2013 +0100

    atlas-texture: add missing transfer annontations

 cogl/cogl-atlas-texture.h |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/cogl/cogl-atlas-texture.h b/cogl/cogl-atlas-texture.h
index 2c7be4a..1384d93 100644
--- a/cogl/cogl-atlas-texture.h
+++ b/cogl/cogl-atlas-texture.h
@@ -87,8 +87,9 @@ COGL_GTYPE_DECLARE_TYPE (atlas_texture);
  * with some limitations. See the documentation for #CoglMetaTexture
  * for more details.</note>
  *
- * Returns: A new #CoglAtlasTexture object with no storage allocated
- *          yet or %NULL on failure and @error will be updated.
+ * Return value: (transfer full): A new #CoglAtlasTexture object with
+ *          no storage allocated yet or %NULL on failure and @error
+ *          will be updated.
  * Since: 1.16
  * Stability: unstable
  */
@@ -117,8 +118,8 @@ cogl_atlas_texture_new_with_size (CoglContext *ctx,
  * with some limitations. See the documentation for #CoglMetaTexture
  * for more details.</note>
  *
- * Returns: A new #CoglAtlasTexture object or %NULL on failure and
- *          @error will be updated.
+ * Return value: (transfer full): A new #CoglAtlasTexture object or
+ *          %NULL on failure and @error will be updated.
  * Since: 1.16
  * Stability: unstable
  */
@@ -160,8 +161,8 @@ cogl_atlas_texture_new_from_file (CoglContext *ctx,
  * meta-texture with some limitations. See the documentation for
  * #CoglMetaTexture for more details.</note>
  *
- * Returns: A new #CoglAtlasTexture object or %NULL on failure and
- *          @error will be updated.
+ * Return value: (transfer full): A new #CoglAtlasTexture object or
+ *          %NULL on failure and @error will be updated.
  * Since: 1.16
  * Stability: unstable
  */
@@ -200,8 +201,8 @@ cogl_atlas_texture_new_from_data (CoglContext *ctx,
  * with some limitations. See the documentation for #CoglMetaTexture
  * for more details.</note>
  *
- * Returns: A new #CoglAtlasTexture object or %NULL on failure and
- *          @error will be updated.
+ * Return value: (transfer full): A new #CoglAtlasTexture object or
+ *          %NULL on failure and @error will be updated.
  * Since: 1.16
  * Stability: unstable
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]