mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
onscreen: add constructor annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:

committed by
Robert Bragg

parent
777be3895d
commit
6ed5a43b82
@@ -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
|
||||
|
Reference in New Issue
Block a user