]> www.fi.muni.cz Git - evince.git/blob - libview/ev-view-type-builtins.h.template
a6ac309a73c7c4c60fd2f2148525d7e182b70605
[evince.git] / libview / ev-view-type-builtins.h.template
1 /*** BEGIN file-header ***/
2
3 #ifndef EV_VIEW_TYPE_BUILTINS_H
4 #define EV_VIEW_TYPE_BUILTINS_H
5
6 #include <glib-object.h>
7
8 G_BEGIN_DECLS
9 /*** END file-header ***/
10
11 /*** BEGIN file-production ***/
12
13 /* enumerations from "@filename@" */
14 /*** END file-production ***/
15
16 /*** BEGIN value-header ***/
17 GType @enum_name@_get_type (void) G_GNUC_CONST;
18 #define EV_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
19 /*** END value-header ***/
20
21 /*** BEGIN file-tail ***/
22 G_END_DECLS
23
24 #endif /* !EV_VIEW_TYPE_BUILTINS_H */
25 /*** END file-tail ***/