/*** BEGIN file-header ***/ #ifndef __JSON_ENUM_TYPES_H__ #define __JSON_ENUM_TYPES_H__ #if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION) #error "Only can be included directly." #endif #include #include G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ /* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN file-tail ***/ G_END_DECLS #endif /* !__JSON_ENUM_TYPES_H__ */ /*** END file-tail ***/ /*** BEGIN value-header ***/ JSON_AVAILABLE_IN_1_0 GType @enum_name@_get_type (void) G_GNUC_CONST; #define JSON_TYPE_@ENUMSHORT@ (@enum_name@_get_type()) /*** END value-header ***/