summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/gdict-enum-types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/libgdict/gdict-enum-types.h.in')
-rw-r--r--mate-dictionary/libgdict/gdict-enum-types.h.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/mate-dictionary/libgdict/gdict-enum-types.h.in b/mate-dictionary/libgdict/gdict-enum-types.h.in
new file mode 100644
index 00000000..bfaf3e29
--- /dev/null
+++ b/mate-dictionary/libgdict/gdict-enum-types.h.in
@@ -0,0 +1,26 @@
+/*** BEGIN file-header ***/
+#ifndef __GDICT_ENUM_TYPES_H__
+#define __GDICT_ENUM_TYPES_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/*** END file-header ***/
+
+/*** BEGIN file-production ***/
+/* enumerations from "@filename@" */
+/*** END file-production ***/
+
+/*** BEGIN file-tail ***/
+G_END_DECLS
+
+#endif /* !__GDICT_ENUM_TYPES_H__ */
+/*** END file-tail ***/
+
+/*** BEGIN value-header ***/
+GType @enum_name@_get_type (void) G_GNUC_CONST;
+#define GDICT_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
+
+/*** END value-header ***/
+