Merge upstream branch 2.31.1 into branch origin/tizen
[platform/upstream/at-spi2-core.git] / atspi / atspi-enum-types.h.template
1 /*** BEGIN file-header ***/
2 #ifndef __ATSPI_ENUM_TYPES_H__
3 #define __ATSPI_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 "@basename@" */
13
14 /*** END file-production ***/
15
16 /*** BEGIN enumeration-production ***/
17 #define ATSPI_TYPE_@ENUMSHORT@  (@enum_name@_get_type())
18 GType @enum_name@_get_type      (void) G_GNUC_CONST;
19
20 /*** END enumeration-production ***/
21
22 /*** BEGIN file-tail ***/
23 G_END_DECLS
24
25 #endif /* __ATSPI_ENUM_TYPES_H__ */
26 /*** END file-tail ***/
27