]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-attachment.h
Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based on
[evince.git] / libdocument / ev-attachment.h
index 994b65499c267c9ca3e0f77328ada58317e18a3f..8403bee869f704e0fed3d695ce38cccef0217c5f 100644 (file)
@@ -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);