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
paper.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _DviPaper
 
struct  _DviPaperSpec
 

Typedefs

typedef struct _DviPaper DviPaper
 
typedef struct _DviPaperSpec DviPaperSpec
 

Enumerations

enum  DviPaperClass { MDVI_PAPER_CLASS_ISO, MDVI_PAPER_CLASS_US, MDVI_PAPER_CLASS_ANY, MDVI_PAPER_CLASS_CUSTOM }
 

Functions

int mdvi_get_paper_size __PROTO ((const char *, DviPaper *))
 
DviPaperSpec *mdvi_get_paper_specs __PROTO ((DviPaperClass))
 
void mdvi_free_paper_specs __PROTO ((DviPaperSpec *))
 

Typedef Documentation

typedef struct _DviPaper DviPaper

Definition at line 4 of file paper.h.

typedef struct _DviPaperSpec DviPaperSpec

Definition at line 5 of file paper.h.

Enumeration Type Documentation

Enumerator
MDVI_PAPER_CLASS_ISO 
MDVI_PAPER_CLASS_US 
MDVI_PAPER_CLASS_ANY 
MDVI_PAPER_CLASS_CUSTOM 

Definition at line 7 of file paper.h.

Function Documentation

int mdvi_get_paper_size __PROTO ( (const char *, DviPaper *)  )
void mdvi_free_paper_specs __PROTO ( (DviPaperSpec *)  )