onscreen: add constructor annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
777be3895d
commit
6ed5a43b82
@ -43,7 +43,7 @@ typedef struct _CoglOnscreen CoglOnscreen;
|
|||||||
#define COGL_ONSCREEN(X) ((CoglOnscreen *)(X))
|
#define COGL_ONSCREEN(X) ((CoglOnscreen *)(X))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_onscreen_new:
|
* cogl_onscreen_new: (constructor)
|
||||||
* @context: A #CoglContext
|
* @context: A #CoglContext
|
||||||
* @width: The desired framebuffer width
|
* @width: The desired framebuffer width
|
||||||
* @height: The desired framebuffer height
|
* @height: The desired framebuffer height
|
||||||
|
Loading…
Reference in New Issue
Block a user