diff options
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 2 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/action-groups.sgml | 8 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-window.sgml | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index ef017b742f..79575ed74d 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -266,6 +266,7 @@ e_shell_window_get_active_view e_shell_window_set_active_view e_shell_window_get_safe_mode e_shell_window_set_safe_mode +e_shell_window_add_action_group e_shell_window_register_new_item_actions e_shell_window_register_new_source_actions <SUBSECTION Standard> @@ -336,6 +337,7 @@ E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW +E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_APPLICATION_HANDLERS E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_PRINTING E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_PRINT_SETUP E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_SAVE_TO_DISK diff --git a/doc/reference/shell/tmpl/action-groups.sgml b/doc/reference/shell/tmpl/action-groups.sgml index 6b8e165c89..5fe62d7ebb 100644 --- a/doc/reference/shell/tmpl/action-groups.sgml +++ b/doc/reference/shell/tmpl/action-groups.sgml @@ -65,6 +65,14 @@ Action Groups @window: +<!-- ##### MACRO E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_APPLICATION_HANDLERS ##### --> +<para> + +</para> + +@window: + + <!-- ##### MACRO E_SHELL_WINDOW_ACTION_GROUP_LOCKDOWN_PRINTING ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-shell-window.sgml b/doc/reference/shell/tmpl/e-shell-window.sgml index 0d083b2220..f1bbeac5e7 100644 --- a/doc/reference/shell/tmpl/e-shell-window.sgml +++ b/doc/reference/shell/tmpl/e-shell-window.sgml @@ -157,6 +157,15 @@ EShellWindow @safe_mode: +<!-- ##### FUNCTION e_shell_window_add_action_group ##### --> +<para> + +</para> + +@shell_window: +@group_name: + + <!-- ##### FUNCTION e_shell_window_register_new_item_actions ##### --> <para> |