renderer: add missing scope annotation

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 20:52:51 +01:00 committed by Robert Bragg
parent c042051c01
commit 2008493a46

View File

@ -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