[cogl/lionel/introspection: 2/76] object: add missing annotation



commit 137cd914f7eb8c6e75df4a2e77e9b14aaa8c8882
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Thu Sep 5 11:55:03 2013 +0100

    object: add missing annotation

 cogl/cogl-object.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h
index 3f1ef2e..9ec27f9 100644
--- a/cogl/cogl-object.h
+++ b/cogl/cogl-object.h
@@ -193,8 +193,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


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