aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/cal-attachment-bar.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-05-24 16:45:16 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-05-24 16:45:16 +0800
commit0822a01317ed088a14aa9268f1d086ff73cb423c (patch)
treeb763ea63daee7b0ed68abfe6952c881b5c78b5c1 /calendar/gui/dialogs/cal-attachment-bar.h
parent52df90026f24374924516e7a02588b57a573f594 (diff)
downloadgsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.gz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.bz2
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.lz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.xz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.zst
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.zip
Added the support to DnD remote URL to the attachment window. It downloads
2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h, gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h, gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD remote URL to the attachment window. It downloads asynchronously and attaches. svn path=/trunk/; revision=29405
Diffstat (limited to 'calendar/gui/dialogs/cal-attachment-bar.h')
-rw-r--r--calendar/gui/dialogs/cal-attachment-bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/cal-attachment-bar.h b/calendar/gui/dialogs/cal-attachment-bar.h
index 468bae0495..3eb1dff95c 100644
--- a/calendar/gui/dialogs/cal-attachment-bar.h
+++ b/calendar/gui/dialogs/cal-attachment-bar.h
@@ -69,6 +69,8 @@ void cal_attachment_bar_to_multipart (CalAttachmentBar *bar, CamelMultipart *mul
guint cal_attachment_bar_get_num_attachments (CalAttachmentBar *bar);
void cal_attachment_bar_attach (CalAttachmentBar *bar, const char *file_name);
void cal_attachment_bar_attach_mime_part (CalAttachmentBar *bar, CamelMimePart *part);
+void cal_attachment_bar_attach_remote_file (CalAttachmentBar *bar, const gchar *url);
+int cal_attachment_bar_get_download_count (CalAttachmentBar *bar);
GSList *cal_attachment_bar_get_attachment_list (CalAttachmentBar *bar);
char * cal_attachment_bar_get_nth_attachment_filename (CalAttachmentBar *bar, int n);
GSList *cal_attachment_bar_get_mime_attach_list (CalAttachmentBar *bar);