Initial Import
[profile/ivi/json-glib.git] / json-glib / json-enum-types.h.in
1 /*** BEGIN file-header ***/
2 #if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
3 #error "Only <json-glib/json-glib.h> can be included directly."
4 #endif
5
6 #ifndef __JSON_ENUM_TYPES_H__
7 #define __JSON_ENUM_TYPES_H__
8
9 #include <glib-object.h>
10
11 G_BEGIN_DECLS
12
13 /*** END file-header ***/
14
15 /*** BEGIN file-production ***/
16 /* enumerations from "@filename@" */
17 /*** END file-production ***/
18
19 /*** BEGIN file-tail ***/
20 G_END_DECLS
21
22 #endif /* !__JSON_ENUM_TYPES_H__ */
23 /*** END file-tail ***/
24
25 /*** BEGIN value-header ***/
26 GType @enum_name@_get_type (void) G_GNUC_CONST;
27 #define JSON_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
28
29 /*** END value-header ***/
30