attribute: add missing transfer annotations

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin
2013-09-03 14:35:54 +01:00
committed by Robert Bragg
parent db513174f0
commit 7b25c8f5ca
2 changed files with 26 additions and 24 deletions

View File

@ -37,6 +37,7 @@
static void _cogl_attribute_buffer_free (CoglAttributeBuffer *array);
COGL_BUFFER_DEFINE (AttributeBuffer, attribute_buffer);
COGL_GTYPE_DEFINE_CLASS (AttributeBuffer, attribute_buffer);
CoglAttributeBuffer *
cogl_attribute_buffer_new_with_size (CoglContext *context,