mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
context: add scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
d25b5f0314
commit
3ad8307ab3
@ -328,8 +328,9 @@ typedef void (*CoglFeatureCallback) (CoglFeatureID feature, void *user_data);
|
|||||||
/**
|
/**
|
||||||
* cogl_foreach_feature:
|
* cogl_foreach_feature:
|
||||||
* @context: A #CoglContext pointer
|
* @context: A #CoglContext pointer
|
||||||
* @callback: A #CoglFeatureCallback called for each supported feature
|
* @callback: (scope call): A #CoglFeatureCallback called for each
|
||||||
* @user_data: Private data to pass to the callback
|
* supported feature
|
||||||
|
* @user_data: (closure): Private data to pass to the callback
|
||||||
*
|
*
|
||||||
* Iterates through all the context level features currently supported
|
* Iterates through all the context level features currently supported
|
||||||
* for a given @context and for each feature @callback is called.
|
* for a given @context and for each feature @callback is called.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user