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

Go to the source code of this file.

Macros

#define COMICS_TYPE_DOCUMENT   (comics_document_get_type ())
 
#define COMICS_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), COMICS_TYPE_DOCUMENT, ComicsDocument))
 
#define COMICS_IS_DOCUMENT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), COMICS_TYPE_DOCUMENT))
 

Typedefs

typedef struct _ComicsDocument ComicsDocument
 

Functions

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

Macro Definition Documentation

#define COMICS_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), COMICS_TYPE_DOCUMENT, ComicsDocument))

Definition at line 27 of file comics-document.h.

#define COMICS_IS_DOCUMENT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), COMICS_TYPE_DOCUMENT))

Definition at line 28 of file comics-document.h.

#define COMICS_TYPE_DOCUMENT   (comics_document_get_type ())

Definition at line 26 of file comics-document.h.

Typedef Documentation

Definition at line 30 of file comics-document.h.

Function Documentation

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