From 617286e4d38a93e41e1e1d974d01c1d73fd2ff66 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 25 Sep 2010 11:23:10 +0100 Subject: Add introspection annotations --- json-glib/json-array.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json-glib/json-array.c') diff --git a/json-glib/json-array.c b/json-glib/json-array.c index 6e0dada..da26898 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -692,8 +692,8 @@ json_array_remove_element (JsonArray *array, /** * json_array_foreach_element: * @array: a #JsonArray - * @func: the function to be called on each element - * @data: (allow-none): data to be passed to the function + * @func: (scope call): the function to be called on each element + * @data: (closure): data to be passed to the function * * Iterates over all elements of @array and calls @func on * each one of them. -- cgit v1.2.1