aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection-button.h')
-rw-r--r--mail/em-folder-selection-button.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h
index b8f64a4383..194a453efa 100644
--- a/mail/em-folder-selection-button.h
+++ b/mail/em-folder-selection-button.h
@@ -62,6 +62,12 @@ GtkWidget *em_folder_selection_button_new (const char *title, const char *captio
void em_folder_selection_button_set_selection (EMFolderSelectionButton *button, const char *uri);
const char *em_folder_selection_button_get_selection (EMFolderSelectionButton *button);
+void em_folder_selection_button_set_selection_mult (EMFolderSelectionButton *button, GList *uris);
+GList *em_folder_selection_button_get_selection_mult (EMFolderSelectionButton *button);
+
+void em_folder_selection_button_set_multiselect (EMFolderSelectionButton *button, gboolean value);
+gboolean em_folder_selection_button_get_multiselect (EMFolderSelectionButton *button);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */