summaryrefslogtreecommitdiff
path: root/pluma/pluma-enum-types.h.template
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 19:52:18 -0300
committerPerberos <[email protected]>2011-11-07 19:52:18 -0300
commit5ded9cba8563f336939400303d6a841d5089b107 (patch)
treec5676588cff26ba37e12369fe4de24b54e9f6682 /pluma/pluma-enum-types.h.template
parentf00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff)
downloadpluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2
pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz
renaming from gedit to pluma
Diffstat (limited to 'pluma/pluma-enum-types.h.template')
-rwxr-xr-xpluma/pluma-enum-types.h.template27
1 files changed, 27 insertions, 0 deletions
diff --git a/pluma/pluma-enum-types.h.template b/pluma/pluma-enum-types.h.template
new file mode 100755
index 00000000..4797ee81
--- /dev/null
+++ b/pluma/pluma-enum-types.h.template
@@ -0,0 +1,27 @@
+/*** BEGIN file-header ***/
+#ifndef __PLUMA_ENUM_TYPES_H__
+#define __PLUMA_ENUM_TYPES_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/*** END file-header ***/
+
+/*** BEGIN file-production ***/
+/* Enumerations from "@filename@" */
+
+/*** END file-production ***/
+
+/*** BEGIN enumeration-production ***/
+#define PLUMA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
+GType @enum_name@_get_type (void) G_GNUC_CONST;
+
+/*** END enumeration-production ***/
+
+/*** BEGIN file-tail ***/
+G_END_DECLS
+
+#endif /* __PLUMA_ENUM_TYPES_H__ */
+/*** END file-tail ***/
+