index-buffer: add missing transfer annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 15:31:09 +01:00 committed by Robert Bragg
parent 8dc7480002
commit 59fa8b22bd

View File

@ -57,6 +57,8 @@ typedef struct _CoglIndexBuffer CoglIndexBuffer;
* cogl_buffer_set_data() or by mapping it into the application's
* address space using cogl_buffer_map().
*
* Return value: (transfer full): A newly allocated #CoglIndexBuffer
*
* Since: 1.4
* Stability: Unstable
*/