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

Go to the source code of this file.

Macros

#define PS_TYPE_DOCUMENT   (ps_document_get_type())
 
#define PS_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), PS_TYPE_DOCUMENT, PSDocument))
 
#define PS_DOCUMENT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), PS_TYPE_DOCUMENT, PSDocumentClass))
 
#define PS_IS_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PS_TYPE_DOCUMENT))
 
#define PS_DOCUMENT_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), PS_TYPE_DOCUMENT, PSDocumentClass))
 

Typedefs

typedef struct _PSDocument PSDocument
 
typedef struct _PSDocumentClass PSDocumentClass
 

Functions

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

Macro Definition Documentation

#define PS_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), PS_TYPE_DOCUMENT, PSDocument))

Definition at line 34 of file ev-spectre.h.

#define PS_DOCUMENT_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), PS_TYPE_DOCUMENT, PSDocumentClass))

Definition at line 35 of file ev-spectre.h.

#define PS_DOCUMENT_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), PS_TYPE_DOCUMENT, PSDocumentClass))

Definition at line 37 of file ev-spectre.h.

#define PS_IS_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PS_TYPE_DOCUMENT))

Definition at line 36 of file ev-spectre.h.

#define PS_TYPE_DOCUMENT   (ps_document_get_type())

Definition at line 33 of file ev-spectre.h.

Typedef Documentation

typedef struct _PSDocument PSDocument

Definition at line 39 of file ev-spectre.h.

Definition at line 40 of file ev-spectre.h.

Function Documentation

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