diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 00:55:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 04:00:54 +0800 |
commit | 0d6061a4ebf34cbe4f640e755372c38bd698ed25 (patch) | |
tree | 9ae7c1391e0103d959896b7db9b296bcb61e5f6d /doc | |
parent | c4d1d29eaaae6c2668599de0c989f5fe2b189c1e (diff) | |
download | gsoc2013-evolution-0d6061a4ebf34cbe4f640e755372c38bd698ed25.tar.gz gsoc2013-evolution-0d6061a4ebf34cbe4f640e755372c38bd698ed25.tar.zst gsoc2013-evolution-0d6061a4ebf34cbe4f640e755372c38bd698ed25.zip |
Add a "quit-requested" signal to the shutdown protocol.
The contact and contact-list editors now demonstrate this part of the
shutdown protocol. They listen for the "quit-requested" signal from the
shell and prompt to save changes, discard changes or cancel. If the user
cancels, the editor calls e_shell_cancel_quit() to do just that.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 9 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 8 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 42d93485df..1f8f3b0824 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -56,7 +56,7 @@ EShell @eshell: the object which received the signal. @arg1: -<!-- ##### SIGNAL EShell::prepare-for-shutdown ##### --> +<!-- ##### SIGNAL EShell::prepare-for-quit ##### --> <para> </para> @@ -64,6 +64,13 @@ EShell @eshell: the object which received the signal. @arg1: +<!-- ##### SIGNAL EShell::quit-requested ##### --> +<para> + +</para> + +@eshell: the object which received the signal. + <!-- ##### SIGNAL EShell::send-receive ##### --> <para> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 7d19de5082..58ddf1024e 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -457,6 +457,14 @@ intelligent @minor: @revision: +<!-- ##### SIGNAL EShell::prepare-for-shutdown ##### --> +<para> + +</para> + +@eshell: the object which received the signal. +@arg1: + <!-- ##### ARG EShell:online-mode ##### --> <para> |