diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
commit | 483ebae5399d6aa7d63e471ea6000021a4be94fb (patch) | |
tree | 8de0a4611e800febfffa59c25d3b9d806d380757 /shell/e-shell.h | |
parent | 0ac06ee5b0cf27803e037b8bb5f3998898200bd1 (diff) | |
download | gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.gz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.bz2 gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.lz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.xz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.zst gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.zip |
Add interfaces to the shell to handle off-line operation, as well as a
first (unfinished/untested) implementation for them.
svn path=/trunk/; revision=9653
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index f4342988ce..b3226b50d6 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -94,6 +94,10 @@ void e_shell_component_maybe_crashed (EShell *shell, const char *type_name, EShellView *shell_view); +gboolean e_shell_is_offline (EShell *shell); +void e_shell_go_offline (EShell *shell, EShellView *action_view); +void e_shell_go_online (EShell *shell, EShellView *action_view); + #ifdef __cplusplus } #endif /* __cplusplus */ |