Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-factory.h')
-rw-r--r--backend/ev-document-factory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/ev-document-factory.h b/backend/ev-document-factory.h
index b2c9659..215f50b 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);