diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
commit | ab0ea462f39d13d56f10ccefeae882cc001469e4 (patch) | |
tree | a6e6c9256125e7f04198f0aba2ead1f4c3b3168d /doc/reference/shell/tmpl/e-shell-window.sgml | |
parent | b06cdfab92313ca7b1ce9a88ccb0ffba33cb17ab (diff) | |
download | gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.gz gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.zst gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.zip |
Documentation improvements.
svn path=/branches/kill-bonobo/; revision=36806
Diffstat (limited to 'doc/reference/shell/tmpl/e-shell-window.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-window.sgml | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-window.sgml b/doc/reference/shell/tmpl/e-shell-window.sgml index 750f9cf529..48f51ef992 100644 --- a/doc/reference/shell/tmpl/e-shell-window.sgml +++ b/doc/reference/shell/tmpl/e-shell-window.sgml @@ -57,3 +57,120 @@ EShellWindow @Returns: +<!-- ##### FUNCTION e_shell_window_get_shell_view ##### --> +<para> + +</para> + +@shell_window: +@view_name: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_shell_view_action ##### --> +<para> + +</para> + +@shell_window: +@view_name: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_ui_manager ##### --> +<para> + +</para> + +@shell_window: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_action ##### --> +<para> + +</para> + +@shell_window: +@action_name: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_action_group ##### --> +<para> + +</para> + +@shell_window: +@group_name: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_managed_widget ##### --> +<para> + +</para> + +@shell_window: +@widget_path: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_get_active_view ##### --> +<para> + +</para> + +@shell_window: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_set_active_view ##### --> +<para> + +</para> + +@shell_window: +@view_name: + + +<!-- ##### FUNCTION e_shell_window_get_safe_mode ##### --> +<para> + +</para> + +@shell_window: +@Returns: + + +<!-- ##### FUNCTION e_shell_window_set_safe_mode ##### --> +<para> + +</para> + +@shell_window: +@safe_mode: + + +<!-- ##### FUNCTION e_shell_window_register_new_item_actions ##### --> +<para> + +</para> + +@shell_window: +@module_name: +@entries: +@n_entries: + + +<!-- ##### FUNCTION e_shell_window_register_new_source_actions ##### --> +<para> + +</para> + +@shell_window: +@module_name: +@entries: +@n_entries: + + |