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