Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <unarr-imp.h>
Data Fields | |
ar_stream_close_fn | close |
ar_stream_read_fn | read |
ar_stream_seek_fn | seek |
ar_stream_tell_fn | tell |
void * | data |
Definition at line 35 of file unarr-imp.h.
ar_stream_close_fn ar_stream_s::close |
Definition at line 36 of file unarr-imp.h.
void* ar_stream_s::data |
Definition at line 40 of file unarr-imp.h.
ar_stream_read_fn ar_stream_s::read |
Definition at line 37 of file unarr-imp.h.
ar_stream_seek_fn ar_stream_s::seek |
Definition at line 38 of file unarr-imp.h.
ar_stream_tell_fn ar_stream_s::tell |
Definition at line 39 of file unarr-imp.h.