Arrays in parameters were not correctly annotated.

https://bugzilla.gnome.org/show_bug.cgi?id=653607
This commit is contained in:
Peter Ward
2011-06-29 13:01:20 +10:00
committed by Emmanuele Bassi
parent 8bc265d22c
commit c94e8d1292
2 changed files with 4 additions and 4 deletions

View File

@ -2575,7 +2575,7 @@ clutter_stage_hide_cursor (ClutterStage *stage)
* The alpha data contained in the returned buffer is driver-dependent,
* and not guaranteed to hold any sensible value.
*
* Return value: a pointer to newly allocated memory with the buffer
* Return value: (array): a pointer to newly allocated memory with the buffer
* or %NULL if the read failed. Use g_free() on the returned data
* to release the resources it has allocated.
*/