From f8f243a0620938f655f7fdf45d73f3a387436462 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sun, 18 Jan 2009 15:59:21 +0000 Subject: Make EvJobPriority a proper GType. Fixes bug #567788. 2009-01-18 Tomeu Vizoso * 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 --- (limited to 'libview/ev-view-type-builtins.h.template') 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 + +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 ***/ -- cgit v0.9.1