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:
@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user