|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib.h>
Include dependency graph for ev-backend-info.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvBackendInfo |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _EvBackendInfo | EvBackendInfo |
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) |
| typedef typedefG_BEGIN_DECLS struct _EvBackendInfo EvBackendInfo |
Definition at line 31 of file ev-backend-info.h.
| 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.
Here is the caller graph for this function:| EvBackendInfo* _ev_backend_info_ref | ( | EvBackendInfo * | info) |
| void _ev_backend_info_unref | ( | EvBackendInfo * | info) |