[cogl] pipeline: add scope annotation
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] pipeline: add scope annotation
- Date: Mon, 14 Oct 2013 16:48:59 +0000 (UTC)
commit 36ea58d3c8b7b6ebf0c25c01f6a2a00079695066
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Tue Sep 3 22:01:20 2013 +0100
pipeline: add scope annotation
Reviewed-by: Robert Bragg <robert linux intel com>
(cherry picked from commit 6b7c543663cbc718e0727b12b408610e959f0735)
cogl/cogl-pipeline.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/cogl/cogl-pipeline.h b/cogl/cogl-pipeline.h
index 647d1dd..0ad1dab 100644
--- a/cogl/cogl-pipeline.h
+++ b/cogl/cogl-pipeline.h
@@ -125,9 +125,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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]