1/*** BEGIN file-header ***/
2#ifndef __ATSPI_ENUM_TYPES_H__
3#define __ATSPI_ENUM_TYPES_H__
4
5#include <glib-object.h>
6
7G_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())
18GType @enum_name@_get_type	(void) G_GNUC_CONST;
19
20/*** END enumeration-production ***/
21
22/*** BEGIN file-tail ***/
23G_END_DECLS
24
25#endif /* __ATSPI_ENUM_TYPES_H__ */
26/*** END file-tail ***/
27
28