mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
renderer: add missing scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
c042051c01
commit
2008493a46
@ -406,7 +406,8 @@ typedef void (*CoglOutputCallback) (CoglOutput *output, void *user_data);
|
||||
/**
|
||||
* cogl_renderer_foreach_output:
|
||||
* @renderer: A connected #CoglRenderer
|
||||
* @callback: A #CoglOutputCallback to be called for each display output
|
||||
* @callback: (scope call): A #CoglOutputCallback to be called for
|
||||
* each display output
|
||||
* @user_data: A user pointer to be passed to @callback
|
||||
*
|
||||
* Iterates all known display outputs for the given @renderer and
|
||||
|
Loading…
Reference in New Issue
Block a user