Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | XPS_TYPE_DOCUMENT (xps_document_get_type()) |
#define | XPS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), XPS_TYPE_DOCUMENT, XPSDocument)) |
#define | XPS_DOCUMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), XPS_TYPE_DOCUMENT, XPSDocumentClass)) |
#define | XPS_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), XPS_TYPE_DOCUMENT)) |
#define | XPS_DOCUMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), XPS_TYPE_DOCUMENT, XPSDocumentClass)) |
Typedefs | |
typedef struct _XPSDocument | XPSDocument |
typedef struct _XPSDocumentClass | XPSDocumentClass |
Functions | |
GType | xps_document_get_type (void) G_GNUC_CONST |
G_MODULE_EXPORT GType | register_evince_backend (GTypeModule *module) |
#define XPS_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), XPS_TYPE_DOCUMENT, XPSDocument)) |
Definition at line 30 of file xps-document.h.
#define XPS_DOCUMENT_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), XPS_TYPE_DOCUMENT, XPSDocumentClass)) |
Definition at line 31 of file xps-document.h.
#define XPS_DOCUMENT_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), XPS_TYPE_DOCUMENT, XPSDocumentClass)) |
Definition at line 33 of file xps-document.h.
#define XPS_IS_DOCUMENT | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), XPS_TYPE_DOCUMENT)) |
Definition at line 32 of file xps-document.h.
#define XPS_TYPE_DOCUMENT (xps_document_get_type()) |
Definition at line 29 of file xps-document.h.
typedef struct _XPSDocument XPSDocument |
Definition at line 35 of file xps-document.h.
typedef struct _XPSDocumentClass XPSDocumentClass |
Definition at line 36 of file xps-document.h.
G_MODULE_EXPORT GType register_evince_backend | ( | GTypeModule * | module) |
GType xps_document_get_type | ( | void | ) |