diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/gtd-enum-types.h.template | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/gtd-enum-types.h.template')
| -rw-r--r-- | src/gtd-enum-types.h.template | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/gtd-enum-types.h.template b/src/gtd-enum-types.h.template new file mode 100644 index 0000000..f3d5156 --- /dev/null +++ b/src/gtd-enum-types.h.template @@ -0,0 +1,24 @@ +/*** BEGIN file-header ***/ +#pragma once + +#include <glib-object.h> + +G_BEGIN_DECLS + +/*** END file-header ***/ + +/*** BEGIN file-production ***/ +/* Enumerations from "@filename@" */ + +/*** END file-production ***/ + +/*** BEGIN enumeration-production ***/ +#define GTD_TYPE_@ENUMSHORT@ (@enum_name@_get_type()) +GType @enum_name@_get_type (void) G_GNUC_CONST; + +/*** END enumeration-production ***/ + +/*** BEGIN file-tail ***/ +G_END_DECLS + +/*** END file-tail ***/ |
