Added accepted_dnd_mime_types' and exported_dnd_mime_types' members

to the `FolderType' struct and renamed `Evolution::Shell::FolderTypeList'
to `Evolution::Shell::FolderTypeNameList' to avoid confusion.

svn path=/trunk/; revision=8400
This commit is contained in:
Ettore Perazzoli
2001-02-27 03:58:25 +00:00
parent 6d37236475
commit a75e12466d
5 changed files with 26 additions and 14 deletions

View File

@ -32,7 +32,7 @@ module Evolution {
ShellComponent getComponentByType (in string type)
raises (NotFound);
typedef sequence<string> FolderTypeList;
typedef sequence<string> FolderTypeNameList;
/**
* createNewView:
@ -58,7 +58,7 @@ module Evolution {
void selectUserFolder (in FolderSelectionListener listener,
in string title,
in string default_folder,
in FolderTypeList possible_types)
in FolderTypeNameList possible_types)
raises (Busy);
/**