summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 16:14:28 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commit0882286ba127dd1f1c8088f9387bc4d7cab5daec (patch)
tree8aa4c985c0109304cfa9f196869bae4ae72fcb63
parent13290623ff328c950e6be41747db2a7b5455a669 (diff)
downloadcogl-0882286ba127dd1f1c8088f9387bc4d7cab5daec.tar.gz
frame-info: add missing annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit bd69f5963cb666aa929d510e915e90d8b0ea8f25)
-rw-r--r--cogl/cogl-frame-info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-frame-info.h b/cogl/cogl-frame-info.h
index 36f8a046..8d9c39bc 100644
--- a/cogl/cogl-frame-info.h
+++ b/cogl/cogl-frame-info.h
@@ -116,8 +116,8 @@ float cogl_frame_info_get_refresh_rate (CoglFrameInfo *info);
*
* Gets the #CoglOutput that the swapped frame was presented to.
*
- * Return value: The #CoglOutput that the frame was presented to, or
- * %NULL if this could not be determined.
+ * Return value: (transfer none): The #CoglOutput that the frame was
+ * presented to, or %NULL if this could not be determined.
* Since: 1.14
* Stability: unstable
*/