From 3ad8307ab39d0a8b47e37b3a7a8c99f8e902441d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 21:59:41 +0100 Subject: [PATCH] context: add scope annotation Reviewed-by: Robert Bragg --- cogl/cogl-context.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h index b007d2dc7..8c99bce29 100644 --- a/cogl/cogl-context.h +++ b/cogl/cogl-context.h @@ -328,8 +328,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.