aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index c672cb3c34..a6dd702b97 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -107,13 +107,12 @@ GFile * e_attachment_store_run_save_dialog
GtkWindow *parent);
/* Asynchronous Operations */
-void e_attachment_store_save_list_async
+void e_attachment_store_get_uris_async
(EAttachmentStore *store,
GList *attachment_list,
- GFile *destination,
GAsyncReadyCallback callback,
gpointer user_data);
-gboolean e_attachment_store_save_list_finish
+gchar ** e_attachment_store_get_uris_finish
(EAttachmentStore *store,
GAsyncResult *result,
GError **error);