From 6ed5a43b8206165cca198330063c322b1e62465e Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 22:01:50 +0100 Subject: [PATCH] onscreen: add constructor 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 17778b76c..62999f351 100644 --- a/cogl/cogl-onscreen.h +++ b/cogl/cogl-onscreen.h @@ -43,7 +43,7 @@ typedef struct _CoglOnscreen CoglOnscreen; #define COGL_ONSCREEN(X) ((CoglOnscreen *)(X)) /** - * cogl_onscreen_new: + * cogl_onscreen_new: (constructor) * @context: A #CoglContext * @width: The desired framebuffer width * @height: The desired framebuffer height