diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 7a06d902d4..f2124c40c8 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -35,6 +35,14 @@ module Evolution { typedef sequence<string> FolderTypeList; /** + * createNewView: + * @uri: URI for the view to open + * + * Return value: the new view. + */ + ShellView createNewView (in string uri); + + /** * selectUserFolder: * @listener: a listener interface to report the answer of the user. * @title: title for the folder selector dialog |