summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_enum_types.h.template
diff options
context:
space:
mode:
Diffstat (limited to 'osinfo/osinfo_enum_types.h.template')
-rw-r--r--osinfo/osinfo_enum_types.h.template24
1 files changed, 0 insertions, 24 deletions
diff --git a/osinfo/osinfo_enum_types.h.template b/osinfo/osinfo_enum_types.h.template
deleted file mode 100644
index 3f4ce1f..0000000
--- a/osinfo/osinfo_enum_types.h.template
+++ /dev/null
@@ -1,24 +0,0 @@
-/*** BEGIN file-header ***/
-#ifndef __OSINFO_ENUM_TYPES_H__
-#define __OSINFO_ENUM_TYPES_H__
-
-#include <osinfo/osinfo.h>
-
-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 @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
-/*** END value-header ***/
-
-/*** BEGIN file-tail ***/
-G_END_DECLS
-
-#endif /* __OSINFO_ENUM_TYPES_H__ */
-/*** END file-tail ***/