X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document.h;h=ce7714c549495e6a43ff81ba78306fcb0d2f89e8;hb=f91763ca68146b026095915fc0ee380ac23ab9ab;hp=2cea42f373ad5f0c83299e82f292b2ed889f9e96;hpb=a4a3a2301361cb6a71e1b127e8e43589f2749105;p=evince.git diff --git a/backend/ev-document.h b/backend/ev-document.h index 2cea42f3..ce7714c5 100644 --- a/backend/ev-document.h +++ b/backend/ev-document.h @@ -92,6 +92,8 @@ struct _EvDocumentIface EvRectangle *rect); GList * (* get_links) (EvDocument *document, int page); + gboolean (* has_attachments) (EvDocument *document); + GList * (* get_attachments) (EvDocument *document); GdkPixbuf * (* render_pixbuf) (EvDocument *document, EvRenderContext *rc); EvDocumentInfo * (* get_info) (EvDocument *document); @@ -123,6 +125,8 @@ char *ev_document_get_text (EvDocument *document, EvRectangle *rect); GList *ev_document_get_links (EvDocument *document, int page); +gboolean ev_document_has_attachments (EvDocument *document); +GList *ev_document_get_attachments (EvDocument *document); GdkPixbuf *ev_document_render_pixbuf (EvDocument *document, EvRenderContext *rc);