Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-type-builtins.h.template
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-18 15:59:21 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 15:59:21 (GMT)
commitf8f243a0620938f655f7fdf45d73f3a387436462 (patch)
treefa3c43ff2aa3a63bf6d20d038e52ae79cd44a862 /libview/ev-view-type-builtins.h.template
parent451e3d74f9fb9b885428336e4125406b29c1ed4d (diff)
Make EvJobPriority a proper GType. Fixes bug #567788.
2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org> * libview/Makefile.am: * libview/ev-view-type-builtins.c.template: * libview/ev-view-type-builtins.h.template: Make EvJobPriority a proper GType. Fixes bug #567788. svn path=/trunk/; revision=3353
Diffstat (limited to 'libview/ev-view-type-builtins.h.template')
-rw-r--r--libview/ev-view-type-builtins.h.template25
1 files changed, 25 insertions, 0 deletions
diff --git a/libview/ev-view-type-builtins.h.template b/libview/ev-view-type-builtins.h.template
new file mode 100644
index 0000000..a6ac309
--- /dev/null
+++ b/libview/ev-view-type-builtins.h.template
@@ -0,0 +1,25 @@
+/*** BEGIN file-header ***/
+
+#ifndef EV_VIEW_TYPE_BUILTINS_H
+#define EV_VIEW_TYPE_BUILTINS_H
+
+#include <glib-object.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 EV_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
+/*** END value-header ***/
+
+/*** BEGIN file-tail ***/
+G_END_DECLS
+
+#endif /* !EV_VIEW_TYPE_BUILTINS_H */
+/*** END file-tail ***/