"Initial commit to Gerrit"
[profile/ivi/cogl.git] / cogl / cogl-enum-types.h.in
1 /*** BEGIN file-header ***/
2 #ifndef __COGL_ENUM_TYPES_H__
3 #define __COGL_ENUM_TYPES_H__
4
5 #include <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /*** END file-header ***/
10
11 /*** BEGIN file-production ***/
12 /* enumerations from "@filename@" */
13 /*** END file-production ***/
14
15 /*** BEGIN file-tail ***/
16 G_END_DECLS
17
18 #endif /* !__CLUTTER_ENUM_TYPES_H__ */
19 /*** END file-tail ***/
20
21 /*** BEGIN value-header ***/
22 GType @enum_name@_get_type (void) G_GNUC_CONST;
23 #define COGL_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
24
25 /*** END value-header ***/