Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | EV_BACKENDS_GROUP "Evince Backend" |
#define | EV_BACKENDS_EXTENSION ".evince-backend" |
Functions | |
EvBackendInfo * | _ev_backend_info_ref (EvBackendInfo *info) |
void | _ev_backend_info_unref (EvBackendInfo *info) |
EvBackendInfo * | _ev_backend_info_new_from_file (const char *file, GError **error) |
GList * | _ev_backend_info_load_from_dir (const char *path) |
#define EV_BACKENDS_EXTENSION ".evince-backend" |
Definition at line 25 of file ev-backend-info.c.
#define EV_BACKENDS_GROUP "Evince Backend" |
Definition at line 24 of file ev-backend-info.c.
GList* _ev_backend_info_load_from_dir | ( | const char * | path) |
EvBackendInfo* _ev_backend_info_new_from_file | ( | const char * | file, |
GError ** | error | ||
) |
_ev_backend_info_new_from_file: : path to the backends file : a location to store a #GError, or NULL
Loads backend information from .
Returns: a new EvBackendInfo, or NULL on error with filled in
Definition at line 76 of file ev-backend-info.c.
EvBackendInfo* _ev_backend_info_ref | ( | EvBackendInfo * | info) |
void _ev_backend_info_unref | ( | EvBackendInfo * | info) |