From dfeef1979ee3fbefb287a07dafe83c21fb4487c0 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Wed, 15 Aug 2001 19:42:02 +0000 Subject: forgot to commit this svn path=/trunk/; revision=12064 --- shell/Evolution-Shell.idl | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 387fef7249..92a428fdbf 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -75,9 +75,9 @@ module Evolution { * a folder whose type is listed in @possible_types. */ void selectUserFolder (in FolderSelectionListener listener, - in string title, - in string default_folder, - in FolderTypeNameList possible_types) + in string title, + in string default_folder, + in FolderTypeNameList possible_types) raises (Busy); /** @@ -101,6 +101,13 @@ module Evolution { * Return value: the newly created control. */ Bonobo::Control createStorageSetView (); + + /** + * setLineStatus: + * + * Set the shell into on-line or off-line mode. + */ + void setLineStatus (in boolean online); }; interface FolderSelectionListener { -- cgit v1.2.3