Allow callers to set the default type of folder to be created.

svn path=/trunk/; revision=13220
This commit is contained in:
Iain Holmes
2001-09-28 18:58:17 +00:00
parent 03dcbdb743
commit e6ab5554d4
11 changed files with 103 additions and 18 deletions

View File

@ -78,7 +78,8 @@ module Evolution {
void selectUserFolder (in FolderSelectionListener listener,
in string title,
in string default_folder,
in FolderTypeNameList possible_types)
in FolderTypeNameList possible_types,
in string default_type)
raises (NotReady, Busy);
/**