]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-factory.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / libdocument / ev-document-factory.h
index 886be691b002567367e0773105a4582d29c360ab..55c59e4a85b6a0b7a93ef38aa6f324cc6c29683e 100644 (file)
 
 G_BEGIN_DECLS
 
-typedef enum {
-       EV_BACKEND_PDF,
-       EV_BACKEND_PS,
-       EV_BACKEND_TIFF,
-       EV_BACKEND_PIXBUF,
-       EV_BACKEND_DJVU,
-       EV_BACKEND_DVI,
-       EV_BACKEND_COMICS,
-       EV_BACKEND_IMPRESS
-} EvBackend;
-
 EvDocument* ev_document_factory_get_document (const char *uri, GError **error);
-EvBackend   ev_document_factory_get_backend  (EvDocument *document);
 void       ev_document_factory_add_filters  (GtkWidget *chooser, EvDocument *document);
 
 G_END_DECLS