adg: provide example on how to customize a style
[adg.git] / src / adg / adg-type-builtins.h.mkenums
blob108bcc37522237465311cd9680e147ad8fc70dc2
1 /*** BEGIN file-header ***/
2 #ifndef __ADG_TYPE_BUILTINS_H__
3 #define __ADG_TYPE_BUILTINS_H__
6 G_BEGIN_DECLS
8 /*** END file-header ***/
9 /*** BEGIN file-production ***/
10 /* Enumerations from "@filename@" */
11 /*** END file-production ***/
12 /*** BEGIN value-header ***/
14 #define ADG_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
16 GType @enum_name@_get_type(void);
18 /*** END value-header ***/
19 /*** BEGIN file-tail ***/
21 G_END_DECLS
23 #endif /* __ADG_TYPE_BUILTINS_H__ */
24 /*** END file-tail ***/