[cogl/lionel/introspection: 36/76] display: add missing transfer annotation



commit 2183dbb5a876da04eb11471047852ece4b806231
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 14:14:24 2013 +0100

    display: add missing transfer annotation

 cogl/cogl-display.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-display.h b/cogl/cogl-display.h
index 8155573..6802636 100644
--- a/cogl/cogl-display.h
+++ b/cogl/cogl-display.h
@@ -103,8 +103,8 @@ COGL_GTYPE_DECLARE_TYPE (display);
  * abort with a message. For simple applications with no fallback
  * options then relying on the implicit setup can be fine.
  *
- * Return value: A newly allocated #CoglDisplay object in a mutable
- *               configuration mode.
+ * Return value: (transfer full): A newly allocated #CoglDisplay
+ *               object in a mutable configuration mode.
  * Since: 1.10
  * Stability: unstable
  */
@@ -118,6 +118,8 @@ cogl_display_new (CoglRenderer *renderer,
  *
  * Queries the #CoglRenderer associated with the given @display.
  *
+ * Return value: (transfer none): The associated #CoglRenderer
+ *
  * Since: 1.10
  * Stability: unstable
  */


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