aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-11-12 18:39:29 +0800
committerMilan Crha <mcrha@redhat.com>2012-11-12 18:39:29 +0800
commita92d93fdf2df62908e25b61ef88d222e6b6ec690 (patch)
treecb90271d98d1791c2cd930d350f5e1d25fb0301c /widgets/misc/e-attachment.h
parent303096a35e71541b3412d34bd63232e3939a15f8 (diff)
downloadgsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar.gz
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar.bz2
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar.lz
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar.xz
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.tar.zst
gsoc2013-evolution-a92d93fdf2df62908e25b61ef88d222e6b6ec690.zip
Bug #687998 - Attachment dialog shown when storing assigned task
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r--widgets/misc/e-attachment.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h
index 26eceeb830..890c13294e 100644
--- a/widgets/misc/e-attachment.h
+++ b/widgets/misc/e-attachment.h
@@ -115,6 +115,8 @@ void e_attachment_load_async (EAttachment *attachment,
gboolean e_attachment_load_finish (EAttachment *attachment,
GAsyncResult *result,
GError **error);
+gboolean e_attachment_load (EAttachment *attachment,
+ GError **error);
void e_attachment_open_async (EAttachment *attachment,
GAppInfo *app_info,
GAsyncReadyCallback callback,
@@ -122,6 +124,9 @@ void e_attachment_open_async (EAttachment *attachment,
gboolean e_attachment_open_finish (EAttachment *attachment,
GAsyncResult *result,
GError **error);
+gboolean e_attachment_open (EAttachment *attachment,
+ GAppInfo *app_info,
+ GError **error);
void e_attachment_save_async (EAttachment *attachment,
GFile *destination,
GAsyncReadyCallback callback,
@@ -129,6 +134,10 @@ void e_attachment_save_async (EAttachment *attachment,
GFile * e_attachment_save_finish (EAttachment *attachment,
GAsyncResult *result,
GError **error);
+gboolean e_attachment_save (EAttachment *attachment,
+ GFile *in_destination,
+ GFile **out_destination,
+ GError **error);
/* Handy GAsyncReadyCallback Functions */
void e_attachment_load_handle_error (EAttachment *attachment,