From 59fa8b22bd6effd82cb837c597040b576b31b01c Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin <llandwerlin@gmail.com> Date: Tue, 3 Sep 2013 15:31:09 +0100 Subject: [PATCH] index-buffer: add missing transfer annotation Reviewed-by: Robert Bragg <robert@linux.intel.com> --- cogl/cogl-index-buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl-index-buffer.h b/cogl/cogl-index-buffer.h index 074452c30..e9fdda9cf 100644 --- a/cogl/cogl-index-buffer.h +++ b/cogl/cogl-index-buffer.h @@ -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 */