Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-03-30 08:22:47

0001 
0002 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
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 /* enumerations from "json-parser.h" */
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 /* enumerations from "json-path.h" */
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 /* enumerations from "json-reader.h" */
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 /* enumerations from "json-types.h" */
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 /* Generated data ends here */
0038