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=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=b5d75ddce4803654f0f4f8af9c216649ffe2649a;hpb=be84d325e18241a7e33ffa07cfce58bb8b54794b;p=evince.git diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h index b5d75ddc..1d8b0dfb 100644 --- a/shell/ev-document-types.h +++ b/shell/ev-document-types.h @@ -26,12 +26,11 @@ G_BEGIN_DECLS -GType ev_document_type_lookup (const char *uri, - gchar **mime_type, - GError **error); - -void ev_document_types_add_filters (GtkWidget *chooser); -void ev_document_types_add_filters_for_type (GtkWidget *chooser, GType 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