]> www.fi.muni.cz Git - evince.git/blob - libdocument/ev-document-type-builtins.h.template
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libdocument / ev-document-type-builtins.h.template
1 /*** BEGIN file-header ***/
2
3 #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
4 #error "Only <evince-document.h> can be included directly."
5 #endif
6
7 #ifndef EV_DOCUMENT_TYPE_BUILTINS_H
8 #define EV_DOCUMENT_TYPE_BUILTINS_H
9
10 #include <glib-object.h>
11
12 G_BEGIN_DECLS
13 /*** END file-header ***/
14
15 /*** BEGIN file-production ***/
16
17 /* enumerations from "@filename@" */
18 /*** END file-production ***/
19
20 /*** BEGIN value-header ***/
21 GType @enum_name@_get_type (void) G_GNUC_CONST;
22 #define EV_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
23 /*** END value-header ***/
24
25 /*** BEGIN file-tail ***/
26 G_END_DECLS
27
28 #endif /* !EV_DOCUMENT_TYPE_BUILTINS_H */
29 /*** END file-tail ***/