From a34f4f46b69c89c57cd786c63b7faf20da63b5d0 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 5 Sep 2013 11:55:03 +0100 Subject: [PATCH] object: add missing annotation Reviewed-by: Robert Bragg --- cogl/cogl-object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h index dd7ffa0bf..803aa648c 100644 --- a/cogl/cogl-object.h +++ b/cogl/cogl-object.h @@ -182,8 +182,8 @@ cogl_object_get_user_data (CoglObject *object, /** * cogl_debug_object_foreach_type: - * @func: A callback function for each type - * @user_data: A pointer to pass to @func + * @func: (scope call): A callback function for each type + * @user_data: (closure): A pointer to pass to @func * * Invokes @func once for each type of object that Cogl uses and * passes a count of the number of objects for that type. This is