aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-23 00:00:10 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:37 +0800
commit391e21025ae5ff0a5b7f0c5280886b329c993ec5 (patch)
tree23aac589f4ead8a24ec1e65bc202b94bb1273395 /widgets/misc/e-attachment.h
parent410dbf8e7ab784df090650104d3e2334487c110e (diff)
downloadgsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar.gz
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar.bz2
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar.lz
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar.xz
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.tar.zst
gsoc2013-evolution-391e21025ae5ff0a5b7f0c5280886b329c993ec5.zip
Bug #623593 - Cannot drag&drop attached messages from mails
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r--widgets/misc/e-attachment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h
index 8b9edc988d..26eceeb830 100644
--- a/widgets/misc/e-attachment.h
+++ b/widgets/misc/e-attachment.h
@@ -80,6 +80,7 @@ void e_attachment_set_file (EAttachment *attachment,
GFileInfo * e_attachment_get_file_info (EAttachment *attachment);
void e_attachment_set_file_info (EAttachment *attachment,
GFileInfo *file_info);
+gchar * e_attachment_get_mime_type (EAttachment *attachment);
GIcon * e_attachment_get_icon (EAttachment *attachment);
gboolean e_attachment_get_loading (EAttachment *attachment);
CamelMimePart * e_attachment_get_mime_part (EAttachment *attachment);