summaryrefslogtreecommitdiff
path: root/json-glib/json-object.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:23:10 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:24:53 +0100
commit617286e4d38a93e41e1e1d974d01c1d73fd2ff66 (patch)
tree165a1ec075fdfb98e7470d62de039e7e0e170ac4 /json-glib/json-object.c
parent19b0b873c07f918e06a8610f27a439334334a83d (diff)
downloadjson-glib-617286e4d38a93e41e1e1d974d01c1d73fd2ff66.tar.gz
Add introspection annotations
Diffstat (limited to 'json-glib/json-object.c')
-rw-r--r--json-glib/json-object.c4
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.