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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/json-glib/json-types-private.h b/json-glib/json-types-private.h
index fc7646b..bc29e80 100644
--- a/json-glib/json-types-private.h
+++ b/json-glib/json-types-private.h
@@ -124,6 +124,9 @@ G_GNUC_INTERNAL
const gchar * json_value_type_get_name (JsonValueType value_type);
G_GNUC_INTERNAL
+GQueue * json_object_get_members_internal (JsonObject *object);
+
+G_GNUC_INTERNAL
GType json_value_type (const JsonValue *value);
G_GNUC_INTERNAL