]> www.fi.muni.cz Git - evince.git/blob - backend/impress/impress-document.h
Update FSF address everywhere.
[evince.git] / backend / impress / impress-document.h
1
2 /* pdfdocument.h: Implementation of EvDocument for impresss
3  * Copyright (C) 2005, Jonathan Blandford <jrb@gnome.org>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2, or (at your option)
8  * any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18  */
19
20 #ifndef __IMPRESS_DOCUMENT_H__
21 #define __IMPRESS_DOCUMENT_H__
22
23 #include "ev-document.h"
24
25 G_BEGIN_DECLS
26
27 #define IMPRESS_TYPE_DOCUMENT             (impress_document_get_type ())
28 #define IMPRESS_DOCUMENT(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), IMPRESS_TYPE_DOCUMENT, ImpressDocument))
29 #define IMPRESS_IS_DOCUMENT(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), IMPRESS_TYPE_DOCUMENT))
30
31 typedef struct _ImpressDocument ImpressDocument;
32
33 GType                 impress_document_get_type (void) G_GNUC_CONST;
34
35 G_MODULE_EXPORT GType register_evince_backend   (GTypeModule *module);
36      
37 G_END_DECLS
38
39 #endif /* __IMPRESS_DOCUMENT_H__ */