From b0ffd9f0a5278f2ef81a267af3c8f72ab8d0f7c2 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Fri, 10 Apr 2015 19:02:25 +0200 Subject: Heavily changed cmake build scripts Added gi-introspection module to build chain --- src/kiro-enums.h.template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/kiro-enums.h.template (limited to 'src/kiro-enums.h.template') diff --git a/src/kiro-enums.h.template b/src/kiro-enums.h.template new file mode 100644 index 0000000..12f7fca --- /dev/null +++ b/src/kiro-enums.h.template @@ -0,0 +1,25 @@ +/*** BEGIN file-header ***/ + +#ifndef KIRO_ENUMS_H +#define KIRO_ENUMS_H + +#include + +G_BEGIN_DECLS +/*** END file-header ***/ + +/*** BEGIN file-production ***/ + +/* enumerations from "@filename@" */ +/*** END file-production ***/ + +/*** BEGIN value-header ***/ +GType @enum_name@_get_type (void) G_GNUC_CONST; +#define KIRO_TYPE_@ENUMSHORT@ (@enum_name@_get_type ()) +/*** END value-header ***/ + +/*** BEGIN file-tail ***/ +G_END_DECLS + +#endif /* !KIRO_ENUMS_H */ +/*** END file-tail ***/ -- cgit v1.2.3