aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/Evolution-Shell.idl13
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 {
msg=1'>Expand)AuthorAgeFilesLines * finance/tryton28: version updaterm2015-03-082-5/+4 * - Convert finance/ to new USES=pythonmva2014-10-211-3/+2 * - Remove obsolete PYEASYINSTALL_EGG entry, now that the ports usemva2014-06-221-1/+0 * - Swith from easy_install to install (and bump PORTREVISION)antoine2014-02-092-64/+3