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 | |
parent | 533d59e2cd30ba79a99a71907ffdda65505e633a (diff) | |
download | gsoc2013-evolution-70fce0bbb0712dc70a15c481c0b65d68a98a4ff7.tar.gz 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')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 5 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 30 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 17 |
3 files changed, 40 insertions, 12 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 79575ed74d..7fd48d7538 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -4,13 +4,14 @@ EShell e_shell_get_default e_shell_get_shell_modules -e_shell_get_shell_windows e_shell_get_canonical_name e_shell_get_module_by_name e_shell_get_module_by_scheme e_shell_get_shell_settings e_shell_create_shell_window -e_shell_handle_uri +e_shell_handle_uris +e_shell_watch_window +e_shell_get_watched_windows e_shell_send_receive e_shell_get_network_available e_shell_set_network_available 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> |