From c1597a3364996a17669b83dae40984840b26af04 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 16:16:20 +0100 Subject: [PATCH] pixel-buffer: add missing transfer annotation Reviewed-by: Robert Bragg --- cogl/cogl-pixel-buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl-pixel-buffer.h b/cogl/cogl-pixel-buffer.h index de52ad1d5..b618efd41 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 */