[cogl] atlas-texture: add missing transfer annontations
- From: Robert Bragg <rbragg src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [cogl] atlas-texture: add missing transfer annontations
 
- Date: Mon, 14 Oct 2013 16:49:19 +0000 (UTC)
 
commit 4c7a821303c7955ea8a9ae18decbe58d9879071d
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:27:55 2013 +0100
    atlas-texture: add missing transfer annontations
    
    Reviewed-by: Robert Bragg <robert linux intel com>
    
    (cherry picked from commit 7fa9b0dfdde31b8205069b1475724c7b31f4d07d)
 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 84bb3a8..4e8623d 100644
--- a/cogl/cogl-atlas-texture.h
+++ b/cogl/cogl-atlas-texture.h
@@ -86,8 +86,9 @@ typedef struct _CoglAtlasTexture CoglAtlasTexture;
  * 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
  */
@@ -116,8 +117,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
  */
@@ -159,8 +160,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
  */
@@ -199,8 +200,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]