diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-29 06:28:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-29 06:28:57 +0800 |
commit | 70fce0bbb0712dc70a15c481c0b65d68a98a4ff7 (patch) | |
tree | 51b39245f74e32ac2878e4f65492e895a1ad0eb8 /doc/reference/shell/tmpl | |
parent | 533d59e2cd30ba79a99a71907ffdda65505e633a (diff) | |
download | gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.gz gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.bz2 gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.lz gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.xz gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.zst gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.zip |
When invoking Evolution with URIs on the command-line (e.g. mailto:),
terminate after all the windows for those URIs have been closed.
svn path=/branches/kill-bonobo/; revision=37157
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 30 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 17 |
2 files changed, 37 insertions, 10 deletions
diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 1b96f4a40d..f43136be2f 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -111,16 +111,17 @@ EShell @Returns: -<!-- ##### FUNCTION e_shell_get_shell_windows ##### --> +<!-- ##### FUNCTION e_shell_get_canonical_name ##### --> <para> </para> @shell: +@name: @Returns: -<!-- ##### FUNCTION e_shell_get_canonical_name ##### --> +<!-- ##### FUNCTION e_shell_get_module_by_name ##### --> <para> </para> @@ -130,51 +131,60 @@ EShell @Returns: -<!-- ##### FUNCTION e_shell_get_module_by_name ##### --> +<!-- ##### FUNCTION e_shell_get_module_by_scheme ##### --> <para> </para> @shell: -@name: +@scheme: @Returns: -<!-- ##### FUNCTION e_shell_get_module_by_scheme ##### --> +<!-- ##### FUNCTION e_shell_get_shell_settings ##### --> <para> </para> @shell: -@scheme: @Returns: -<!-- ##### FUNCTION e_shell_get_shell_settings ##### --> +<!-- ##### FUNCTION e_shell_create_shell_window ##### --> <para> </para> @shell: +@view_name: @Returns: -<!-- ##### FUNCTION e_shell_create_shell_window ##### --> +<!-- ##### FUNCTION e_shell_handle_uris ##### --> <para> </para> @shell: +@uris: @Returns: -<!-- ##### FUNCTION e_shell_handle_uri ##### --> +<!-- ##### FUNCTION e_shell_watch_window ##### --> +<para> + +</para> + +@shell: +@window: + + +<!-- ##### FUNCTION e_shell_get_watched_windows ##### --> <para> </para> @shell: -@uri: @Returns: diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index d8c74f0d7b..84203c957d 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -1769,6 +1769,23 @@ intelligent @shell: @Returns: +<!-- ##### FUNCTION e_shell_get_shell_windows ##### --> +<para> + +</para> + +@shell: +@Returns: + +<!-- ##### FUNCTION e_shell_handle_uri ##### --> +<para> + +</para> + +@shell: +@uri: +@Returns: + <!-- ##### FUNCTION e_shell_list_modules ##### --> <para> |