mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
pipeline: add scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
44f17fbd8d
commit
6b7c543663
@ -127,9 +127,10 @@ typedef CoglBool (*CoglPipelineLayerCallback) (CoglPipeline *pipeline,
|
|||||||
/**
|
/**
|
||||||
* cogl_pipeline_foreach_layer:
|
* cogl_pipeline_foreach_layer:
|
||||||
* @pipeline: A #CoglPipeline object
|
* @pipeline: A #CoglPipeline object
|
||||||
* @callback: A #CoglPipelineLayerCallback to be called for each layer
|
* @callback: (scope call): A #CoglPipelineLayerCallback to be
|
||||||
* index
|
* called for each layer index
|
||||||
* @user_data: Private data that will be passed to the callback
|
* @user_data: (closure): Private data that will be passed to the
|
||||||
|
* callback
|
||||||
*
|
*
|
||||||
* Iterates all the layer indices of the given @pipeline.
|
* Iterates all the layer indices of the given @pipeline.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user