aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-10 01:31:31 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-10 01:31:31 +0800
commitf6ba97d9647a768ef225fdc095c16e8aa635f8f9 (patch)
tree3615944da762e988d658eb14c2a076171917aba3 /widgets/misc/e-attachment-store.h
parent1dad2d7745eb55a6772d2f276f034150153355e7 (diff)
downloadgsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar.gz
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar.bz2
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar.lz
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar.xz
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.tar.zst
gsoc2013-evolution-f6ba97d9647a768ef225fdc095c16e8aa635f8f9.zip
BugĀ 601219 - Transient dialogs in composer window blocks main window
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index 1c3cb52731..efe3e16610 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -109,6 +109,15 @@ GFile * e_attachment_store_run_save_dialog
GtkWindow *parent);
/* Asynchronous Operations */
+void e_attachment_store_add_mime_parts_async
+ (EAttachmentStore *store,
+ GList *mime_parts,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean e_attachment_store_add_mime_parts_finish
+ (EAttachmentStore *store,
+ GAsyncResult *result,
+ GError **error);
void e_attachment_store_get_uris_async
(EAttachmentStore *store,
GList *attachment_list,