Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "ev-document.h"
Go to the source code of this file.
Macros | |
#define | DVI_TYPE_DOCUMENT (dvi_document_get_type ()) |
#define | DVI_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DVI_TYPE_DOCUMENT, DviDocument)) |
#define | DVI_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DVI_TYPE_DOCUMENT)) |
Typedefs | |
typedef struct _DviDocument | DviDocument |
Functions | |
GType | dvi_document_get_type (void) G_GNUC_CONST |
G_MODULE_EXPORT GType | register_evince_backend (GTypeModule *module) |
#define DVI_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), DVI_TYPE_DOCUMENT, DviDocument)) |
Definition at line 27 of file dvi-document.h.
#define DVI_IS_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DVI_TYPE_DOCUMENT)) |
Definition at line 28 of file dvi-document.h.
#define DVI_TYPE_DOCUMENT (dvi_document_get_type ()) |
Definition at line 26 of file dvi-document.h.
typedef struct _DviDocument DviDocument |
Definition at line 30 of file dvi-document.h.
GType dvi_document_get_type | ( | void | ) |
G_MODULE_EXPORT GType register_evince_backend | ( | GTypeModule * | module) |