[cogl/lionel/introspection: 31/76] context: add scope annotation



commit 83bb21d8a5919684f54f80f3a4cda5347d2d1985
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 21:59:41 2013 +0100

    context: add scope annotation

 cogl/cogl-context.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index f5f44b4..a00a56f 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -330,8 +330,9 @@ typedef void (*CoglFeatureCallback) (CoglFeatureID feature, void *user_data);
 /**
  * cogl_foreach_feature:
  * @context: A #CoglContext pointer
- * @callback: A #CoglFeatureCallback called for each supported feature
- * @user_data: Private data to pass to the callback
+ * @callback: (scope call): A #CoglFeatureCallback called for each
+ *            supported feature
+ * @user_data: (closure): Private data to pass to the callback
  *
  * Iterates through all the context level features currently supported
  * for a given @context and for each feature @callback is called.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]