Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / json-glib / json-enum-types.h
1
2 /* Generated data (by glib-mkenums) */
3
4 #ifndef __JSON_ENUM_TYPES_H__
5 #define __JSON_ENUM_TYPES_H__
6
7 #if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
8 #error "Only <json-glib/json-glib.h> can be included directly."
9 #endif
10
11 #include <glib-object.h>
12 #include <json-glib/json-version-macros.h>
13
14 G_BEGIN_DECLS
15
16 /* enumerations from "../../json-glib/json-parser.h" */
17 JSON_AVAILABLE_IN_1_0
18 GType json_parser_error_get_type (void) G_GNUC_CONST;
19 #define JSON_TYPE_PARSER_ERROR (json_parser_error_get_type())
20
21 /* enumerations from "../../json-glib/json-path.h" */
22 JSON_AVAILABLE_IN_1_0
23 GType json_path_error_get_type (void) G_GNUC_CONST;
24 #define JSON_TYPE_PATH_ERROR (json_path_error_get_type())
25
26 /* enumerations from "../../json-glib/json-reader.h" */
27 JSON_AVAILABLE_IN_1_0
28 GType json_reader_error_get_type (void) G_GNUC_CONST;
29 #define JSON_TYPE_READER_ERROR (json_reader_error_get_type())
30
31 /* enumerations from "../../json-glib/json-types.h" */
32 JSON_AVAILABLE_IN_1_0
33 GType json_node_type_get_type (void) G_GNUC_CONST;
34 #define JSON_TYPE_NODE_TYPE (json_node_type_get_type())
35
36 G_END_DECLS
37
38 #endif /* !__JSON_ENUM_TYPES_H__ */
39
40 /* Generated data ends here */
41