diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-16 03:42:02 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-16 03:42:02 +0800 |
commit | dfeef1979ee3fbefb287a07dafe83c21fb4487c0 (patch) | |
tree | 9b1916baa54bdb2adc79e174a7cf3afb1e9384d2 /shell/Evolution-Shell.idl | |
parent | 921536789236ae2fc4fdbec3626f555405a8cdf6 (diff) | |
download | gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar.gz gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar.bz2 gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar.lz gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar.xz gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.tar.zst gsoc2013-evolution-dfeef1979ee3fbefb287a07dafe83c21fb4487c0.zip |
forgot to commit this
svn path=/trunk/; revision=12064
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 13 |
1 files changed, 10 insertions, 3 deletions
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 { |