]> www.fi.muni.cz Git - evince.git/blob - evince-document.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / evince-document.h
1 /*
2  * Copyright © 2009 Christian Persch
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by the
6  * Free Software Foundation; either version 2.1 of the License, or (at your
7  * option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
12  * General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  */
18
19 #ifndef EVINCE_DOCUMENT_H
20 #define EVINCE_DOCUMENT_H
21
22 #define __EV_EVINCE_DOCUMENT_H_INSIDE__
23
24 #include <libdocument/ev-annotation.h>
25 #include <libdocument/ev-async-renderer.h>
26 #include <libdocument/ev-attachment.h>
27 #include <libdocument/ev-backends-manager.h>
28 #include <libdocument/ev-document-attachments.h>
29 #include <libdocument/ev-document-factory.h>
30 #include <libdocument/ev-document-find.h>
31 #include <libdocument/ev-document-fonts.h>
32 #include <libdocument/ev-document-forms.h>
33 #include <libdocument/ev-document.h>
34 #include <libdocument/ev-document-images.h>
35 #include <libdocument/ev-document-info.h>
36 #include <libdocument/ev-document-layers.h>
37 #include <libdocument/ev-document-print.h>
38 #include <libdocument/ev-document-links.h>
39 #include <libdocument/ev-document-misc.h>
40 #include <libdocument/ev-document-security.h>
41 #include <libdocument/ev-document-transition.h>
42 #include <libdocument/ev-document-type-builtins.h>
43 #include <libdocument/ev-file-exporter.h>
44 #include <libdocument/ev-file-helpers.h>
45 #include <libdocument/ev-form-field.h>
46 #include <libdocument/ev-image.h>
47 #include <libdocument/ev-init.h>
48 #include <libdocument/ev-layer.h>
49 #include <libdocument/ev-link-action.h>
50 #include <libdocument/ev-link-dest.h>
51 #include <libdocument/ev-link.h>
52 #include <libdocument/ev-mapping-list.h>
53 #include <libdocument/ev-page.h>
54 #include <libdocument/ev-render-context.h>
55 #include <libdocument/ev-selection.h>
56 #include <libdocument/ev-transition-effect.h>
57 #include <libdocument/ev-version.h>
58
59 #undef __EV_EVINCE_DOCUMENT_H_INSIDE__
60
61 #endif /* !EVINCE_DOCUMENT_H */