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
ev-poppler.h File Reference
#include "ev-document.h"
+ Include dependency graph for ev-poppler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PDF_TYPE_DOCUMENT   (pdf_document_get_type ())
 
#define PDF_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), PDF_TYPE_DOCUMENT, PdfDocument))
 
#define PDF_IS_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PDF_TYPE_DOCUMENT))
 

Typedefs

typedef struct _PdfDocument PdfDocument
 
typedef struct _PdfDocumentClass PdfDocumentClass
 

Functions

GType pdf_document_get_type (void) G_GNUC_CONST
 
G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module)
 

Macro Definition Documentation

#define PDF_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), PDF_TYPE_DOCUMENT, PdfDocument))

Definition at line 27 of file ev-poppler.h.

#define PDF_IS_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PDF_TYPE_DOCUMENT))

Definition at line 28 of file ev-poppler.h.

#define PDF_TYPE_DOCUMENT   (pdf_document_get_type ())

Definition at line 26 of file ev-poppler.h.

Typedef Documentation

typedef struct _PdfDocument PdfDocument

Definition at line 30 of file ev-poppler.h.

Definition at line 31 of file ev-poppler.h.

Function Documentation

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