aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/eshell-sections.txt
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-14 03:37:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-14 04:00:03 +0800
commit3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff (patch)
tree173d8c8619a817a2fae8bea469e0fad179b2f8a5 /doc/reference/shell/eshell-sections.txt
parent3f529345a9711a3462525619c024b8344f81e356 (diff)
downloadgsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar.gz
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar.bz2
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar.lz
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar.xz
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.tar.zst
gsoc2013-evolution-3fbcc8ef800b2c0ef74fcdea17f6a1e5ec01cdff.zip
EShellBackend: Respond to EShell::prepare-for-quit signals.
Listen for "prepare-for-quit" signals from the shell and inhibit shutdown until all the activities we're tracking are finalized. Also, add a couple supporting functions: gboolean e_shell_backend_is_busy (EShellBackend *shell_backend); void e_shell_backend_cancel_all (EShellBackend *shell_backend); These will eventually replace mail_msg_active() and mail_cancel_all().
Diffstat (limited to 'doc/reference/shell/eshell-sections.txt')
-rw-r--r--doc/reference/shell/eshell-sections.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt
index 3dc6eb1bc4..5ef1b146d9 100644
--- a/doc/reference/shell/eshell-sections.txt
+++ b/doc/reference/shell/eshell-sections.txt
@@ -60,6 +60,8 @@ e_shell_backend_get_config_dir
e_shell_backend_get_data_dir
e_shell_backend_get_shell
e_shell_backend_add_activity
+e_shell_backend_cancel_all
+e_shell_backend_is_busy
e_shell_backend_start
e_shell_backend_migrate
<SUBSECTION Standard>