[cogl/cogl-1.16] texture-rectangle: add missing transfer annotations
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.16] texture-rectangle: add missing transfer annotations
- Date: Mon, 23 Sep 2013 14:05:32 +0000 (UTC)
commit 1cb2747ea0aa6bf9d36e7e510821fac4474174c7
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Tue Sep 3 14:36:16 2013 +0100
texture-rectangle: add missing transfer annotations
Reviewed-by: Robert Bragg <robert linux intel com>
cogl/cogl-texture-rectangle.h | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/cogl/cogl-texture-rectangle.h b/cogl/cogl-texture-rectangle.h
index cd8f5f9..96d0002 100644
--- a/cogl/cogl-texture-rectangle.h
+++ b/cogl/cogl-texture-rectangle.h
@@ -102,9 +102,10 @@ cogl_is_texture_rectangle (void *object);
* first check for the %COGL_FEATURE_ID_TEXTURE_RECTANGLE feature
* using cogl_has_feature().</note>
*
- * Returns: A pointer to a newly allocated #CoglTextureRectangle texture
- * or if the size was too large or there wasn't enough memory
- * %NULL is returned and @error set.
+ * Return value: (transfer full): A pointer to a newly allocated
+ * #CoglTextureRectangle texture or if the size was too large
+ * or there wasn't enough memory %NULL is returned and @error
+ * set.
*
* Since: 1.10
* Stability: unstable
@@ -143,9 +144,10 @@ cogl_texture_rectangle_new_with_size (CoglContext *ctx,
* first check for the %COGL_FEATURE_ID_TEXTURE_RECTANGLE feature
* using cogl_has_feature().</note>
*
- * Returns: A pointer to a newly allocated #CoglTextureRectangle texture
- * or if the size was too large or there wasn't enough memory
- * %NULL is returned and @error set.
+ * Return value: (transfer full): A pointer to a newly allocated
+ * #CoglTextureRectangle texture or if the size was too large
+ * or there wasn't enough memory %NULL is returned and @error
+ * set.
* Since: 2.0
* Stability: unstable
*/
@@ -184,12 +186,11 @@ cogl_texture_rectangle_new_from_bitmap (CoglBitmap *bitmap,
* first check for the %COGL_FEATURE_ID_TEXTURE_RECTANGLE feature
* using cogl_has_feature().</note>
- * Returns: A newly allocated #CoglTextureRectangle, or if Cogl could
- * not validate the @gl_handle in some way (perhaps because
- * of an unsupported format) it will return %NULL and set
- * @error.
+ * Return value: (transfer full): A newly allocated
+ * #CoglTextureRectangle, or if Cogl could not validate the
+ * @gl_handle in some way (perhaps because of an unsupported
+ * format) it will return %NULL and set @error.
*
-
*/
CoglTextureRectangle *
cogl_texture_rectangle_new_from_foreign (CoglContext *ctx,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]