summaryrefslogtreecommitdiff
path: root/doc/reference/json-glib-sections.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/json-glib-sections.txt')
-rw-r--r--doc/reference/json-glib-sections.txt92
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/reference/json-glib-sections.txt b/doc/reference/json-glib-sections.txt
new file mode 100644
index 0000000..2428156
--- /dev/null
+++ b/doc/reference/json-glib-sections.txt
@@ -0,0 +1,92 @@
+<SECTION>
+<FILE>json-object</FILE>
+<TITLE>JsonObject</TITLE>
+JsonObject
+json_object_ref
+json_object_unref
+
+<SUBSECTION>
+json_object_has_member
+json_object_get_member
+json_object_get_members
+json_object_get_size
+
+<SUBSECTION Private>
+JSON_TYPE_OBJECT
+json_object_get_type
+</SECTION>
+
+<SECTION>
+<FILE>json-array</FILE>
+<TITLE>JsonArray</TITLE>
+JsonArray
+json_array_ref
+json_array_unref
+
+<SUBSECTION>
+json_array_get_element
+json_array_get_elements
+json_array_get_length
+
+<SUBSECTION Private>
+JSON_TYPE_ARRAY
+json_array_get_type
+</SECTION>
+
+<SECTION>
+<FILE>json-node</FILE>
+<TITLE>JsonNode</TITLE>
+JsonNode
+JsonNodeType
+JSON_NODE_TYPE
+json_node_get_array
+json_node_get_object
+json_node_get_value
+json_node_get_parent
+json_node_type_name
+</SECTION>
+
+<SECTION>
+<FILE>json-parser</FILE>
+<TITLE>JsonParser</TITLE>
+JsonParserError
+
+<SUBSECTION>
+JsonParser
+JsonParserClass
+json_parser_new
+json_parser_load_from_file
+json_parser_load_from_data
+json_parser_get_root
+
+<SUBSECTION Standard>
+JSON_TYPE_PARSER
+JSON_PARSER
+JSON_IS_PARSER
+JSON_PARSER_CLASS
+JSON_IS_PARSER_CLASS
+JSON_PARSER_ERROR
+JSON_PARSER_GET_CLASS
+
+<SUBSECTION Private>
+JsonTokenType
+JsonParserPrivate
+json_parser_get_type
+json_parser_error_quark
+</SECTION>
+
+<SECTION>
+<FILE>json-version</FILE>
+<TITLE>Versioning information</TITLE>
+JSON_MAJOR_VERSION
+JSON_MINOR_VERSION
+JSON_MICRO_VERSION
+
+<SUBSECTION>
+JSON_VERSION
+JSON_VERSION_S
+JSON_VERSION_HEX
+
+<SUBSECTION>
+JSON_CHECK_VERSION
+</SECTION>