|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-backends-manager.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvTypeInfo |
Typedefs | |
| typedef G_BEGIN_DECLS struct _EvTypeInfo | EvTypeInfo |
Functions | |
| EvDocument * | ev_backends_manager_get_document (const gchar *mime_type) |
| EV_DEPRECATED const gchar * | ev_backends_manager_get_document_module_name (EvDocument *document) |
| EV_DEPRECATED EvTypeInfo * | ev_backends_manager_get_document_type_info (EvDocument *document) |
| GList * | ev_backends_manager_get_all_types_info (void) |
| typedef G_BEGIN_DECLS struct _EvTypeInfo EvTypeInfo |
| GList* ev_backends_manager_get_all_types_info | ( | void | ) |
| EvDocument* ev_backends_manager_get_document | ( | const gchar * | mime_type) |
ev_backends_manager_get_document: : a mime type hint
Returns: (transfer full): a new EvDocument
Definition at line 620 of file ev-document-factory.c.
Here is the caller graph for this function:| EV_DEPRECATED const gchar* ev_backends_manager_get_document_module_name | ( | EvDocument * | document) |
Definition at line 626 of file ev-document-factory.c.
| EV_DEPRECATED EvTypeInfo* ev_backends_manager_get_document_type_info | ( | EvDocument * | document) |
Definition at line 635 of file ev-document-factory.c.