Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xps-document.h File Reference
#include <glib-object.h>
#include "ev-document.h"
+ Include dependency graph for xps-document.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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 Documentation

typedef struct _XPSDocument XPSDocument

Definition at line 35 of file xps-document.h.

Definition at line 36 of file xps-document.h.

Function Documentation

G_MODULE_EXPORT GType register_evince_backend ( GTypeModule *  module)
GType xps_document_get_type ( void  )