aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-14 04:55:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-14 04:55:07 +0800
commitb4f97aea9b6681c3483f355c9081e2b3b9ee5fd3 (patch)
tree9b17b0d61c3fb2e62dab36b6984a23c930f6dbe4 /shell/e-shell.h
parent9108b38d83a16110e5973d73a15ab4d3b8188ca4 (diff)
downloadgsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.gz
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.bz2
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.lz
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.xz
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.zst
gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.zip
Bug 461769 - Add a --force-online command line option
Use it to override network availability detection as reported by NetworkManager or other network monitoring software.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 6962ff6d0f..15bcbb3694 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -143,6 +143,7 @@ const gchar * e_shell_get_module_directory (EShell *shell);
gboolean e_shell_get_network_available (EShell *shell);
void e_shell_set_network_available (EShell *shell,
gboolean network_available);
+void e_shell_lock_network_available (EShell *shell);
gboolean e_shell_get_online (EShell *shell);
void e_shell_set_online (EShell *shell,
gboolean online);