Visual Studio builds: Adapt to the Python-fied glib-genmarshal
[platform/upstream/atk.git] / atk / atk-enum-types.h.template
1 /*** BEGIN file-header ***/
2 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
3 #error "Only <atk/atk.h> can be included directly."
4 #endif
5
6 #ifndef __ATK_ENUM_TYPES_H__
7 #define __ATK_ENUM_TYPES_H__
8
9 #include <atk/atkversion.h>
10 #include <glib-object.h>
11
12 G_BEGIN_DECLS
13 /*** END file-header ***/
14
15 /*** BEGIN file-production ***/
16
17 /* enumerations from "@filename@" */
18 /*** END file-production ***/
19
20 /*** BEGIN value-header ***/
21 ATK_AVAILABLE_IN_ALL
22 GType @enum_name@_get_type (void);
23 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
24 /*** END value-header ***/
25
26 /*** BEGIN file-tail ***/
27 G_END_DECLS
28
29 #endif /* __ATK_ENUM_TYPES_H__ */
30 /*** END file-tail ***/