diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-25 11:23:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-25 11:24:53 +0100 |
commit | 617286e4d38a93e41e1e1d974d01c1d73fd2ff66 (patch) | |
tree | 165a1ec075fdfb98e7470d62de039e7e0e170ac4 /json-glib/json-object.c | |
parent | 19b0b873c07f918e06a8610f27a439334334a83d (diff) | |
download | json-glib-617286e4d38a93e41e1e1d974d01c1d73fd2ff66.tar.gz |
Add introspection annotations
Diffstat (limited to 'json-glib/json-object.c')
-rw-r--r-- | json-glib/json-object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-object.c b/json-glib/json-object.c index 6948f67..51072be 100644 --- a/json-glib/json-object.c +++ b/json-glib/json-object.c @@ -814,8 +814,8 @@ json_object_remove_member (JsonObject *object, /** * json_object_foreach_member: * @object: a #JsonObject - * @func: the function to be called on each member - * @data: data to be passed to the function + * @func: (scope call): the function to be called on each member + * @data: (closure): data to be passed to the function * * Iterates over all members of @object and calls @func on * each one of them. |