From ed458bfc2a20b5de9b95834dcf4a2e764f0f270e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 4 Dec 2000 16:09:27 +0000 Subject: New `createNewView' method in `Evolution::Shell'. Register the shell at startup; if a shell is already registered, use this CORBA method to make it open a new view and exit. Also, fixed a missing ref problem with EShortcut (it used to crash on exit when more than one view was open). svn path=/trunk/; revision=6774 --- shell/Evolution-Shell.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shell/Evolution-Shell.idl') 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 @@ -34,6 +34,14 @@ module Evolution { typedef sequence 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. -- cgit v1.2.3