aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-msg-composer-attachment.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>1999-11-12 11:15:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>1999-11-12 11:15:30 +0800
commit15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1 (patch)
treec88b3bcb07f06d85a25627a8e6ce58b9aebf92ee /widgets/e-msg-composer-attachment.h
parent0ebe0334b1aefd2082dbcdadda2742eeaaf17943 (diff)
downloadgsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar.gz
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar.bz2
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar.lz
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar.xz
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.tar.zst
gsoc2013-evolution-15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1.zip
Some message composer improvements.
svn path=/trunk/; revision=1382
Diffstat (limited to 'widgets/e-msg-composer-attachment.h')
-rw-r--r--widgets/e-msg-composer-attachment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/e-msg-composer-attachment.h b/widgets/e-msg-composer-attachment.h
index 07dd7f247d..7e3c88238b 100644
--- a/widgets/e-msg-composer-attachment.h
+++ b/widgets/e-msg-composer-attachment.h
@@ -49,12 +49,13 @@ struct _EMsgComposerAttachment {
gchar *file_name;
gchar *description;
gchar *mime_type;
+
+ gulong size;
};
struct _EMsgComposerAttachmentClass {
GtkObjectClass parent_class;
- /* Signals go here */
void (*changed) (EMsgComposerAttachment *msg_composer_attachment);
};