summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 16:16:20 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-23 15:02:31 +0100
commitc1597a3364996a17669b83dae40984840b26af04 (patch)
tree5fe27f074d548eac557fc3db554e3d4546c312eb
parentbd69f5963cb666aa929d510e915e90d8b0ea8f25 (diff)
downloadcogl-c1597a3364996a17669b83dae40984840b26af04.tar.gz
pixel-buffer: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/cogl-pixel-buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl-pixel-buffer.h b/cogl/cogl-pixel-buffer.h
index de52ad1d..b618efd4 100644
--- a/cogl/cogl-pixel-buffer.h
+++ b/cogl/cogl-pixel-buffer.h
@@ -57,6 +57,8 @@ COGL_BEGIN_DECLS
* If @data isn't %NULL then @size bytes will be read from @data and
* immediately copied into the new buffer.
*
+ * Return value: (transfer full): a newly allocated #CoglPixelBuffer
+ *
* Since: 1.10
* Stability: unstable
*/