summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 15:31:09 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commit1cfc79e64200e1228588c25622f9aaeb43dae66b (patch)
tree7ad4fb55abe2919157d154c282202334c0cc2d6a
parenta53a855507b359b9e9aab1d9640b2ab0268d7a89 (diff)
downloadcogl-1cfc79e64200e1228588c25622f9aaeb43dae66b.tar.gz
index-buffer: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 59fa8b22bd6effd82cb837c597040b576b31b01c)
-rw-r--r--cogl/cogl-index-buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl-index-buffer.h b/cogl/cogl-index-buffer.h
index 074452c3..e9fdda9c 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
*/