X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libdocument%2Fev-attachment.h;h=8403bee869f704e0fed3d695ce38cccef0217c5f;hb=3d85ea1b45e9d6d2141df6cb797f8ad8325b4769;hp=994b65499c267c9ca3e0f77328ada58317e18a3f;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/libdocument/ev-attachment.h b/libdocument/ev-attachment.h index 994b6549..8403bee8 100644 --- a/libdocument/ev-attachment.h +++ b/libdocument/ev-attachment.h @@ -21,6 +21,7 @@ #define __EV_ATTACHMENT_H__ #include +#include G_BEGIN_DECLS @@ -62,7 +63,7 @@ GTime ev_attachment_get_modification_date (EvAttachment *attachment); GTime ev_attachment_get_creation_date (EvAttachment *attachment); const gchar *ev_attachment_get_mime_type (EvAttachment *attachment); gboolean ev_attachment_save (EvAttachment *attachment, - const gchar *uri, + GFile *file, GError **error); gboolean ev_attachment_open (EvAttachment *attachment, GError **error);