diff options
Diffstat (limited to 'doc/reference/shell')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 2 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-switcher.sgml | 3 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-utils.sgml | 9 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 14 |
4 files changed, 27 insertions, 1 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 2ae9b9153a..be5171cb3d 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -15,6 +15,7 @@ e_shell_watch_window e_shell_get_watched_windows e_shell_get_active_window e_shell_send_receive +e_shell_get_express_mode e_shell_get_module_directory e_shell_get_network_available e_shell_set_network_available @@ -238,6 +239,7 @@ EShellTaskbarPrivate <SECTION> <FILE>e-shell-utils</FILE> <TITLE>Shell Utilities</TITLE> +e_shell_configure_ui_manager e_shell_configure_web_view e_shell_run_open_dialog e_shell_run_save_dialog diff --git a/doc/reference/shell/tmpl/e-shell-switcher.sgml b/doc/reference/shell/tmpl/e-shell-switcher.sgml index f656b65988..33a6479c06 100644 --- a/doc/reference/shell/tmpl/e-shell-switcher.sgml +++ b/doc/reference/shell/tmpl/e-shell-switcher.sgml @@ -55,7 +55,8 @@ EShellSwitcher </para> @switcher: -@action: +@switch_action: +@new_window_action: <!-- ##### FUNCTION e_shell_switcher_get_style ##### --> diff --git a/doc/reference/shell/tmpl/e-shell-utils.sgml b/doc/reference/shell/tmpl/e-shell-utils.sgml index 5fb4913f96..a5768cf1f8 100644 --- a/doc/reference/shell/tmpl/e-shell-utils.sgml +++ b/doc/reference/shell/tmpl/e-shell-utils.sgml @@ -17,6 +17,15 @@ Shell Utilities <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### FUNCTION e_shell_configure_ui_manager ##### --> +<para> + +</para> + +@shell: +@ui_manager: + + <!-- ##### FUNCTION e_shell_configure_web_view ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 394645413c..4d3f9a4e47 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -94,6 +94,11 @@ EShell @eshell: the object which received the signal. +<!-- ##### ARG EShell:express-mode ##### --> +<para> + +</para> + <!-- ##### ARG EShell:geometry ##### --> <para> @@ -241,6 +246,15 @@ EShell @parent: +<!-- ##### FUNCTION e_shell_get_express_mode ##### --> +<para> + +</para> + +@shell: +@Returns: + + <!-- ##### FUNCTION e_shell_get_module_directory ##### --> <para> |