aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-msg-composer-attachment.h
diff options
context:
space:
mode:
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);
};