1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-08 23:26:20 +00:00
libsearpc/json-glib/json-glib/json-enum-types.h
2012-05-09 13:33:59 +08:00

37 lines
1.0 KiB
C

/* Generated data (by glib-mkenums) */
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
#error "Only <json-glib/json-glib.h> can be included directly."
#endif
#ifndef __JSON_ENUM_TYPES_H__
#define __JSON_ENUM_TYPES_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "../json-glib/json-parser.h" */
GType json_parser_error_get_type (void) G_GNUC_CONST;
#define JSON_TYPE_PARSER_ERROR (json_parser_error_get_type())
/* enumerations from "../json-glib/json-path.h" */
GType json_path_error_get_type (void) G_GNUC_CONST;
#define JSON_TYPE_PATH_ERROR (json_path_error_get_type())
/* enumerations from "../json-glib/json-reader.h" */
GType json_reader_error_get_type (void) G_GNUC_CONST;
#define JSON_TYPE_READER_ERROR (json_reader_error_get_type())
/* enumerations from "../json-glib/json-types.h" */
GType json_node_type_get_type (void) G_GNUC_CONST;
#define JSON_TYPE_NODE_TYPE (json_node_type_get_type())
G_END_DECLS
#endif /* !__JSON_ENUM_TYPES_H__ */
/* Generated data ends here */