diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 592245481e..bd98e5ed46 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -48,9 +48,9 @@ module Evolution { exception Busy {}; - void addFolderAsync (in ShellComponentListener listener, - in string physical_uri, - in string type) + void createFolderAsync (in ShellComponentListener listener, + in string physical_uri, + in string type) raises (Busy); void removeFolderAsync (in ShellComponentListener listener, |