From 777be3895da8c2e5ce71135c3c1bf5707f2821d9 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 16:17:55 +0100 Subject: [PATCH] onscreen: add missing transfer annotation Reviewed-by: Robert Bragg --- cogl/cogl-onscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-onscreen.h b/cogl/cogl-onscreen.h index 02218297c..17778b76c 100644 --- a/cogl/cogl-onscreen.h +++ b/cogl/cogl-onscreen.h @@ -52,7 +52,7 @@ typedef struct _CoglOnscreen CoglOnscreen; * configured before later being allocated, either implicitly when * it is first used or explicitly via cogl_framebuffer_allocate(). * - * Return value: A newly instantiated #CoglOnscreen framebuffer + * Return value: (transfer full): A newly instantiated #CoglOnscreen framebuffer * Since: 1.8 * Stability: unstable */