diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-19 16:37:56 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-19 16:37:56 +0200 |
| commit | da2f2f64a67b9aa9bd8ef73f7a9940acc739fbb1 (patch) | |
| tree | 579a72dd282595f751171a30b31606d43a31b01e /lib/src/turns-enums.h.in | |
| parent | f61df0b33ea2a2de064f1fa2a9cde191b790a5ba (diff) | |
| download | turns-da2f2f64a67b9aa9bd8ef73f7a9940acc739fbb1.tar.xz turns-da2f2f64a67b9aa9bd8ef73f7a9940acc739fbb1.zip | |
lib: move enum definitions
Diffstat (limited to 'lib/src/turns-enums.h.in')
| -rw-r--r-- | lib/src/turns-enums.h.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/src/turns-enums.h.in b/lib/src/turns-enums.h.in deleted file mode 100644 index de93e31..0000000 --- a/lib/src/turns-enums.h.in +++ /dev/null @@ -1,25 +0,0 @@ -/*** BEGIN file-header ***/ -#ifndef TURNS_ENUMS_H -#define TURNS_ENUMS_H - -#include <glib.h> -#include <glib-object.h> - -G_BEGIN_DECLS -/*** END file-header ***/ - -/*** BEGIN file-production ***/ - -/* enumerations from "@basename@" */ -/*** END file-production ***/ - -/*** BEGIN value-header ***/ -GType @enum_name@_get_type (void) G_GNUC_CONST; -#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ()) -/*** END value-header ***/ - -/*** BEGIN file-tail ***/ -G_END_DECLS - -#endif -/*** END file-tail ***/ |
