X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-document-types.h;h=1d8b0dfbe49399c50a934a949375619fb4657c43;hb=2eecd9167f17b9b0506675a9dc05dff487779afa;hp=e3e8fa038ed66c28407adad79ec3542939f4afd6;hpb=a5e3f1314e7e27fb0e765b3b9b8e1deb92c7c536;p=evince.git diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h index e3e8fa03..1d8b0dfb 100644 --- a/shell/ev-document-types.h +++ b/shell/ev-document-types.h @@ -22,11 +22,15 @@ #define EV_DOCUMENT_TYPES_H #include "ev-document.h" +#include G_BEGIN_DECLS -GType ev_document_type_lookup (const char *uri, - char **mime_type); +EvDocument *ev_document_types_get_document (const char *uri, + gchar **mime_type, + GError **error); +void ev_document_types_add_filters (GtkWidget *chooser, + EvDocument *document); G_END_DECLS