updated changelog
[platform/upstream/evolution-data-server.git] / enumtypes.h.template
1 /*** BEGIN file-header ***/
2 /*** END file-header ***/
3
4 /*** BEGIN file-production ***/
5
6 #include <glib-object.h>
7
8 G_BEGIN_DECLS
9
10 /* Enumerations from "@filename@" */
11
12 /*** END file-production ***/
13
14 /*** BEGIN enumeration-production ***/
15 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@   (@enum_name@_get_type())
16 GType @enum_name@_get_type      (void) G_GNUC_CONST;
17
18 /*** END enumeration-production ***/
19
20 /*** BEGIN file-tail ***/
21 G_END_DECLS
22
23 /*** END file-tail ***/
24