Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-attachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-attachment.h')
-rw-r--r--libdocument/ev-attachment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdocument/ev-attachment.h b/libdocument/ev-attachment.h
index 994b654..8403bee 100644
--- a/libdocument/ev-attachment.h
+++ b/libdocument/ev-attachment.h
@@ -21,6 +21,7 @@
#define __EV_ATTACHMENT_H__
#include <glib-object.h>
+#include <gio/gio.h>
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);