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=73305037e28c5b252ffc5410eb5609d597088caf;hp=faf23202ec2ff9d4d7dd03dcd85abee9fb4c77d5;hpb=f332d42bc834d6a7b0ec58bb8e073e63bc619f63;p=evince.git diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h index faf23202..1d8b0dfb 100644 --- a/shell/ev-document-types.h +++ b/shell/ev-document-types.h @@ -22,10 +22,15 @@ #define EV_DOCUMENT_TYPES_H #include "ev-document.h" +#include G_BEGIN_DECLS -GType ev_document_type_lookup (const 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