summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json-glib/json-object.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/json-glib/json-object.c b/json-glib/json-object.c
index c67b687..a17fd6d 100644
--- a/json-glib/json-object.c
+++ b/json-glib/json-object.c
@@ -957,6 +957,9 @@ json_object_remove_member (JsonObject *object,
* from within the iterator @func, but it is not safe to add or
* remove members from the @object.
*
+ * The order in which the @object members are iterated is the
+ * insertion order.
+ *
* Since: 0.8
*/
void