aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-select-file.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-11 09:01:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-11 09:01:05 +0800
commit19339ece3065266c8d786f052b81ef8ef1988d28 (patch)
tree5174dcdcc0aecccdd738ccaba872e74a69f114ad /composer/e-msg-composer-select-file.h
parent63ce54907cd9f30f046e90be07ead0346ffe7154 (diff)
downloadgsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar.gz
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar.bz2
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar.lz
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar.xz
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.tar.zst
gsoc2013-evolution-19339ece3065266c8d786f052b81ef8ef1988d28.zip
select_file_attachments now returns a GPtrArray so handle that and loop
2001-12-10 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (add_from_user): select_file_attachments now returns a GPtrArray so handle that and loop until we've added all the attachment files. * e-msg-composer-select-file.c (confirm): Add an evil kludge to get a list of filenames from the GtkFileSelection widget based on the label in the history option menu item and the base filenames of the selected items in the filename clist. (create_file_selection): Setup the clist to allow multiple selection. (file_selection_info_destroy_notify): Destroy the GPtrArray containing the list of xselected files. (select_file_internal): Return a GPtrArray of files instead of a char *. svn path=/trunk/; revision=14968
Diffstat (limited to 'composer/e-msg-composer-select-file.h')
-rw-r--r--composer/e-msg-composer-select-file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/e-msg-composer-select-file.h b/composer/e-msg-composer-select-file.h
index c3e00d36f9..8216089130 100644
--- a/composer/e-msg-composer-select-file.h
+++ b/composer/e-msg-composer-select-file.h
@@ -29,7 +29,7 @@
char *e_msg_composer_select_file (EMsgComposer *composer,
const char *title);
-char *e_msg_composer_select_file_attachment (EMsgComposer *composer,
- gboolean *inline_p);
+GPtrArray *e_msg_composer_select_file_attachments (EMsgComposer *composer,
+ gboolean *inline_p);
#endif /* E_MSG_COMPOSER_SELECT_FILE_H */