|
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 djvu-document.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DJVU_TYPE_DOCUMENT (djvu_document_get_type ()) |
| #define | DJVU_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DJVU_TYPE_DOCUMENT, DjvuDocument)) |
| #define | DJVU_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DJVU_TYPE_DOCUMENT)) |
Typedefs | |
| typedef struct _DjvuDocument | DjvuDocument |
Functions | |
| GType | djvu_document_get_type (void) G_GNUC_CONST |
| G_MODULE_EXPORT GType | register_evince_backend (GTypeModule *module) |
| #define DJVU_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), DJVU_TYPE_DOCUMENT, DjvuDocument)) |
Definition at line 27 of file djvu-document.h.
| #define DJVU_IS_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DJVU_TYPE_DOCUMENT)) |
Definition at line 28 of file djvu-document.h.
| #define DJVU_TYPE_DOCUMENT (djvu_document_get_type ()) |
Definition at line 26 of file djvu-document.h.
| typedef struct _DjvuDocument DjvuDocument |
Definition at line 30 of file djvu-document.h.
| GType djvu_document_get_type | ( | void | ) |
| G_MODULE_EXPORT GType register_evince_backend | ( | GTypeModule * | module) |