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
12G_BEGIN_DECLS
13/*** END file-header ***/
14
15/*** BEGIN file-production ***/
16
17/* enumerations from "@basename@" */
18/*** END file-production ***/
19
20/*** BEGIN value-header ***/
21ATK_AVAILABLE_IN_ALL
22GType @enum_name@_get_type (void);
23#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
24/*** END value-header ***/
25
26/*** BEGIN file-tail ***/
27G_END_DECLS
28
29#endif /* __ATK_ENUM_TYPES_H__ */
30/*** END file-tail ***/
31