]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-document-types.h
Change api to lookup from uri. Do fast lookup first, if the type is
[evince.git] / shell / ev-document-types.h
index faf23202ec2ff9d4d7dd03dcd85abee9fb4c77d5..e3e8fa038ed66c28407adad79ec3542939f4afd6 100644 (file)
@@ -25,7 +25,8 @@
 
 G_BEGIN_DECLS
 
-GType ev_document_type_lookup (const char *mime_type);
+GType ev_document_type_lookup (const char  *uri,
+                              char       **mime_type);
 
 G_END_DECLS