]> git.street.me.uk Git - andy/viking.git/blame - src/vikenumtypes.h.template
[QA] Remove spurious commented out code.
[andy/viking.git] / src / vikenumtypes.h.template
CommitLineData
8f661d80
GB
1/*** BEGIN file-header ***/
2#ifndef __VIK_ENUM_TYPES_H__
3#define __VIK_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 "@filename@" */
13
14/*** END file-production ***/
15
16/*** BEGIN enumeration-production ***/
17#define VIK_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 /* __GITG_ENUM_TYPES_H__ */
26/*** END file-tail ***/
27
28