]> git.street.me.uk Git - andy/viking.git/blob - src/vikenumtypes.h.template
Improve key binding for Mercator Mode -> ctrl+m
[andy/viking.git] / src / vikenumtypes.h.template
1 /*** BEGIN file-header ***/
2 #ifndef __VIK_ENUM_TYPES_H__
3 #define __VIK_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 "@filename@" */
13
14 /*** END file-production ***/
15
16 /*** BEGIN enumeration-production ***/
17 #define VIK_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 /* __GITG_ENUM_TYPES_H__ */
26 /*** END file-tail ***/
27
28