[cogl] sub-texture: add missing transfer annotaion



commit e79bf3812be5a68ccfcb0c5858f9c0700fc512b8
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:38:32 2013 +0100

    sub-texture: add missing transfer annotaion
    
    Reviewed-by: Robert Bragg <robert linux intel com>
    
    (cherry picked from commit 7cc83d58a28db9b594a164dca9e2f6c0cf46d2ff)

 cogl/cogl-sub-texture.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-sub-texture.h b/cogl/cogl-sub-texture.h
index 59e143e..3ef70d2 100644
--- a/cogl/cogl-sub-texture.h
+++ b/cogl/cogl-sub-texture.h
@@ -72,8 +72,8 @@ typedef struct _CoglSubTexture CoglSubTexture;
  * #CoglMetaTexture interface to resolve a #CoglSubTexture into a
  * low-level texture before drawing.</note>
  *
- * Returns: A newly allocated #CoglSubTexture representing a
- *          sub-region of @parent_texture.
+ * Return value: (transfer full): A newly allocated #CoglSubTexture
+ *          representing a sub-region of @parent_texture.
  *
  * Since: 1.10
  * Stability: unstable


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