X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-document-factory.h;h=215f50bc39369f29e4f60835822530163c71175a;hb=0a0ed96f87c2930c2aaf8eb61c2b1f5c5b47b31e;hp=b2c9659173d34b4fae3e26f4d47c75fefe78a83e;hpb=67a923a1096f1e9765a5d804e4fb9fac39bcfcf2;p=evince.git diff --git a/backend/ev-document-factory.h b/backend/ev-document-factory.h index b2c96591..215f50bc 100644 --- a/backend/ev-document-factory.h +++ b/backend/ev-document-factory.h @@ -36,8 +36,7 @@ typedef enum { EV_BACKEND_COMICS } EvBackend; -EvDocument* ev_document_factory_get_from_mime (const char *mime_type); -EvDocument* ev_document_factory_get_document (const char *uri, gchar **mime_type, GError **error); +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);