File indexing completed on 2026-03-30 08:22:47
0001
0002
0003
0004 #pragma once
0005
0006 #include <glib-object.h>
0007 #include <json-glib/json-version-macros.h>
0008
0009 G_BEGIN_DECLS
0010
0011
0012
0013 JSON_AVAILABLE_IN_1_0
0014 GType json_parser_error_get_type (void);
0015 #define JSON_TYPE_PARSER_ERROR (json_parser_error_get_type())
0016
0017
0018
0019 JSON_AVAILABLE_IN_1_0
0020 GType json_path_error_get_type (void);
0021 #define JSON_TYPE_PATH_ERROR (json_path_error_get_type())
0022
0023
0024
0025 JSON_AVAILABLE_IN_1_0
0026 GType json_reader_error_get_type (void);
0027 #define JSON_TYPE_READER_ERROR (json_reader_error_get_type())
0028
0029
0030
0031 JSON_AVAILABLE_IN_1_0
0032 GType json_node_type_get_type (void);
0033 #define JSON_TYPE_NODE_TYPE (json_node_type_get_type())
0034
0035 G_END_DECLS
0036
0037
0038