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-10-14 17:22:01 +0100
commit9c37ace84f54a330625ca2ffefcc8c6e9006caf6 (patch)
tree84d26b4c72c1243dbd4277084bc3540376fd909e
parent0882286ba127dd1f1c8088f9387bc4d7cab5daec (diff)
downloadcogl-9c37ace84f54a330625ca2ffefcc8c6e9006caf6.tar.gz
pixel-buffer: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit c1597a3364996a17669b83dae40984840b26af04)
-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 9c32d06d..bde8ddd1 100644
--- a/cogl/cogl-pixel-buffer.h
+++ b/cogl/cogl-pixel-buffer.h
@@ -58,6 +58,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
*/