X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-document-types.h;h=1d8b0dfbe49399c50a934a949375619fb4657c43;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=86eb100efe8348c686cbf069611916f09daf08f0;hpb=270571fe9d9ab085696c5b2af5a484dfc272b7a0;p=evince.git diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h index 86eb100e..1d8b0dfb 100644 --- a/shell/ev-document-types.h +++ b/shell/ev-document-types.h @@ -22,12 +22,15 @@ #define EV_DOCUMENT_TYPES_H #include "ev-document.h" +#include G_BEGIN_DECLS -GType ev_document_type_lookup (const char *uri, - gchar **mime_type, - GError **error); +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