|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "ev-document.h"
Include dependency graph for tiff-document.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | TIFF_TYPE_DOCUMENT (tiff_document_get_type ()) |
| #define | TIFF_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TIFF_TYPE_DOCUMENT, TiffDocument)) |
| #define | TIFF_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TIFF_TYPE_DOCUMENT)) |
Typedefs | |
| typedef struct _TiffDocument | TiffDocument |
Functions | |
| GType | tiff_document_get_type (void) G_GNUC_CONST |
| G_MODULE_EXPORT GType | register_evince_backend (GTypeModule *module) |
| #define TIFF_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), TIFF_TYPE_DOCUMENT, TiffDocument)) |
Definition at line 28 of file tiff-document.h.
| #define TIFF_IS_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TIFF_TYPE_DOCUMENT)) |
Definition at line 29 of file tiff-document.h.
| #define TIFF_TYPE_DOCUMENT (tiff_document_get_type ()) |
Definition at line 27 of file tiff-document.h.
| typedef struct _TiffDocument TiffDocument |
Definition at line 31 of file tiff-document.h.
| G_MODULE_EXPORT GType register_evince_backend | ( | GTypeModule * | module) |
| GType tiff_document_get_type | ( | void | ) |