summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 14:14:24 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-24 12:46:14 +0100
commitc162a8e2a651affd178215f81cb5ce6384ee1dbd (patch)
tree113c6bacf57d02167ca252d9a029f2585feb3143
parentef26068ad9d4936a5ba679067d0ceec7aaf728f7 (diff)
downloadcogl-c162a8e2a651affd178215f81cb5ce6384ee1dbd.tar.gz
display: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 55162359213b4916a343b55ee3ceb7ffc5507070)
-rw-r--r--cogl/cogl-display.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cogl/cogl-display.h b/cogl/cogl-display.h
index 424e7e6d..0dfa2abe 100644
--- a/cogl/cogl-display.h
+++ b/cogl/cogl-display.h
@@ -101,8 +101,8 @@ typedef struct _CoglDisplay CoglDisplay;
* 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
*/
@@ -116,6 +116,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
*/