1
/*** BEGIN file-header ***/
2
#ifndef __CHAMPLAIN_GTK_ENUM_TYPES_H__
3
#define __CHAMPLAIN_GTK_ENUM_TYPES_H__
4
5
#include <glib-object.h>
6
7
G_BEGIN_DECLS
8
/*** END file-header ***/
9
10
/*** BEGIN file-production ***/
11
12
/* enumerations from "@filename@" */
13
/*** END file-production ***/
14
15
/*** BEGIN value-header ***/
16
GType @enum_name@_get_type (void) G_GNUC_CONST;
17
#define CHAMPLAIN_GTK_TYPE_@ENUMSHORT@ @enum_name@_get_type()
18
/*** END value-header ***/
19
20
/*** BEGIN file-tail ***/
21
G_END_DECLS
22
23
#endif /* __CHAMPLAIN_GTK_ENUM_TYPES_H__ */
24
/*** END file-tail ***/