frame-info: add missing annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 16:14:28 +01:00 committed by Robert Bragg
parent 232842c1f7
commit bd69f5963c

View File

@ -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
*/