diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-14 04:55:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-14 04:55:07 +0800 |
commit | b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3 (patch) | |
tree | 9b17b0d61c3fb2e62dab36b6984a23c930f6dbe4 /doc/reference | |
parent | 9108b38d83a16110e5973d73a15ab4d3b8188ca4 (diff) | |
download | gsoc2013-evolution-b4f97aea9b6681c3483f355c9081e2b3b9ee5fd3.tar.gz 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 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 1 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-backend.sgml | 17 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 8 |
3 files changed, 26 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 5ef1b146d9..2f25154d7f 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -22,6 +22,7 @@ e_shell_get_small_screen_mode e_shell_get_module_directory e_shell_get_network_available e_shell_set_network_available +e_shell_lock_network_available e_shell_get_online e_shell_set_online e_shell_get_preferences_window diff --git a/doc/reference/shell/tmpl/e-shell-backend.sgml b/doc/reference/shell/tmpl/e-shell-backend.sgml index f0c2d3ebd4..44fb560b38 100644 --- a/doc/reference/shell/tmpl/e-shell-backend.sgml +++ b/doc/reference/shell/tmpl/e-shell-backend.sgml @@ -85,6 +85,23 @@ EShellBackend @activity: +<!-- ##### FUNCTION e_shell_backend_cancel_all ##### --> +<para> + +</para> + +@shell_backend: + + +<!-- ##### FUNCTION e_shell_backend_is_busy ##### --> +<para> + +</para> + +@shell_backend: +@Returns: + + <!-- ##### FUNCTION e_shell_backend_start ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index d862b0bed2..14eb06e40e 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -323,6 +323,14 @@ EShell @network_available: +<!-- ##### FUNCTION e_shell_lock_network_available ##### --> +<para> + +</para> + +@shell: + + <!-- ##### FUNCTION e_shell_get_online ##### --> <para> |