From 6b7c543663cbc718e0727b12b408610e959f0735 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 22:01:20 +0100 Subject: [PATCH] pipeline: add scope annotation Reviewed-by: Robert Bragg --- cogl/cogl-pipeline.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cogl/cogl-pipeline.h b/cogl/cogl-pipeline.h index d6bf00c8e..8e90d19a9 100644 --- a/cogl/cogl-pipeline.h +++ b/cogl/cogl-pipeline.h @@ -127,9 +127,10 @@ typedef CoglBool (*CoglPipelineLayerCallback) (CoglPipeline *pipeline, /** * cogl_pipeline_foreach_layer: * @pipeline: A #CoglPipeline object - * @callback: A #CoglPipelineLayerCallback to be called for each layer - * index - * @user_data: Private data that will be passed to the callback + * @callback: (scope call): A #CoglPipelineLayerCallback to be + * called for each layer index + * @user_data: (closure): Private data that will be passed to the + * callback * * Iterates all the layer indices of the given @pipeline. *