pixel-buffer: add missing transfer annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 16:16:20 +01:00 committed by Robert Bragg
parent bd69f5963c
commit c1597a3364

View File

@ -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
*/