diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-11 06:36:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-11 06:47:29 +0800 |
commit | 10eab2350036e1c36377c93d31472125b3e7c8c7 (patch) | |
tree | 5e33457567b4fddf2f7cd6b795d0ca6e13624099 /doc/reference/shell/tmpl | |
parent | 6e7f42e0a60659411f2e10dbf8e84c705f0498a4 (diff) | |
download | gsoc2013-evolution-10eab2350036e1c36377c93d31472125b3e7c8c7.tar.gz gsoc2013-evolution-10eab2350036e1c36377c93d31472125b3e7c8c7.tar.zst gsoc2013-evolution-10eab2350036e1c36377c93d31472125b3e7c8c7.zip |
Implement the shutdown protocol and stub in session management.
The shutdown protocol is modelled after online/offline preparation.
Session management code is copied from libegg. Not yet used.
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-backend.sgml | 18 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 27 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 32 |
3 files changed, 40 insertions, 37 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-backend.sgml b/doc/reference/shell/tmpl/e-shell-backend.sgml index 4d50f53e94..10e2845d59 100644 --- a/doc/reference/shell/tmpl/e-shell-backend.sgml +++ b/doc/reference/shell/tmpl/e-shell-backend.sgml @@ -99,24 +99,6 @@ EShellBackend @shell_backend: -<!-- ##### FUNCTION e_shell_backend_is_busy ##### --> -<para> - -</para> - -@shell_backend: -@Returns: - - -<!-- ##### FUNCTION e_shell_backend_shutdown ##### --> -<para> - -</para> - -@shell_backend: -@Returns: - - <!-- ##### FUNCTION e_shell_backend_migrate ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index f1c5acec53..42d93485df 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -56,6 +56,14 @@ EShell @eshell: the object which received the signal. @arg1: +<!-- ##### SIGNAL EShell::prepare-for-shutdown ##### --> +<para> + +</para> + +@eshell: the object which received the signal. +@arg1: + <!-- ##### SIGNAL EShell::send-receive ##### --> <para> @@ -261,31 +269,12 @@ EShell @event_data: -<!-- ##### FUNCTION e_shell_is_busy ##### --> -<para> - -</para> - -@shell: -@Returns: - - -<!-- ##### FUNCTION e_shell_do_quit ##### --> -<para> - -</para> - -@shell: -@Returns: - - <!-- ##### FUNCTION e_shell_quit ##### --> <para> </para> @shell: -@Returns: <!-- ##### MACRO E_SHELL_MIGRATE_ERROR ##### --> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index dcfb2afdde..7d19de5082 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -1835,6 +1835,22 @@ intelligent @revision: @Returns: +<!-- ##### FUNCTION e_shell_backend_is_busy ##### --> +<para> + +</para> + +@shell_backend: +@Returns: + +<!-- ##### FUNCTION e_shell_backend_shutdown ##### --> +<para> + +</para> + +@shell_backend: +@Returns: + <!-- ##### FUNCTION e_shell_content_get_context ##### --> <para> @@ -1875,6 +1891,14 @@ intelligent @shell: @Returns: +<!-- ##### FUNCTION e_shell_do_quit ##### --> +<para> + +</para> + +@shell: +@Returns: + <!-- ##### FUNCTION e_shell_get_focused_window ##### --> <para> @@ -1950,6 +1974,14 @@ intelligent @uri: @Returns: +<!-- ##### FUNCTION e_shell_is_busy ##### --> +<para> + +</para> + +@shell: +@Returns: + <!-- ##### FUNCTION e_shell_list_modules ##### --> <para> |