summaryrefslogtreecommitdiff
path: root/json-glib/json-types-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-types-private.h')
-rw-r--r--json-glib/json-types-private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/json-glib/json-types-private.h b/json-glib/json-types-private.h
index bc29e80..fca579c 100644
--- a/json-glib/json-types-private.h
+++ b/json-glib/json-types-private.h
@@ -169,6 +169,14 @@ void json_value_seal (JsonValue *value);
G_GNUC_INTERNAL
guint json_value_hash (gconstpointer key);
+G_GNUC_INTERNAL
+JsonArray * json_array_copy (JsonArray *array,
+ JsonNode *new_parent);
+
+G_GNUC_INTERNAL
+JsonObject * json_object_copy (JsonObject *object,
+ JsonNode *new_parent);
+
G_END_DECLS
#endif /* __JSON_TYPES_PRIVATE_H__ */