summaryrefslogtreecommitdiff
path: root/json-glib/json-object.c
diff options
context:
space:
mode:
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.