diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-12-28 21:12:28 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-12-28 21:14:09 +0800 |
commit | 6a72dacb7db51cd0f6b84e9aefd248677c0ff4e0 (patch) | |
tree | 8dc7acf0ca7bff50ece62f1c95db2493deb15a23 /widgets/misc/e-attachment.h | |
parent | 32bc83c91d575d7258252a9c532309e8e9015d84 (diff) | |
download | gsoc2013-evolution-6a72dacb7db51cd0f6b84e9aefd248677c0ff4e0.tar.gz gsoc2013-evolution-6a72dacb7db51cd0f6b84e9aefd248677c0ff4e0.tar.zst gsoc2013-evolution-6a72dacb7db51cd0f6b84e9aefd248677c0ff4e0.zip |
Bug 361145 - Evolution hangs when formatting message - fixes part of it.
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r-- | widgets/misc/e-attachment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index d7cfb5be06..d2a31c45af 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -81,6 +81,8 @@ GFile * e_attachment_get_file (EAttachment *attachment); void e_attachment_set_file (EAttachment *attachment, GFile *file); GFileInfo * e_attachment_get_file_info (EAttachment *attachment); +void e_attachment_set_file_info (EAttachment *attachment, GFileInfo *file_info); + gboolean e_attachment_get_loading (EAttachment *attachment); CamelMimePart * e_attachment_get_mime_part (EAttachment *attachment); void e_attachment_set_mime_part (EAttachment *attachment, |