diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
commit | 624f48121f523101fe26c3d3a8b51a4eeda90990 (patch) | |
tree | 69ef64248fa291df664aea303852899af0211f77 /doc | |
parent | bfc5ba2511dc5fd9f5aa9868946c8860afad81bf (diff) | |
download | gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.gz gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.bz2 gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.lz gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.xz gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.zst gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.zip |
Fix up EShell API documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 5 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-content.sgml | 27 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-settings.sgml | 4 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-view.sgml | 17 |
4 files changed, 51 insertions, 2 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index c635f1c6bc..ef49359e0e 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -82,6 +82,8 @@ e_shell_content_set_filter_visible e_shell_content_add_filter_separator_before e_shell_content_add_filter_separator_after e_shell_content_get_search_context +e_shell_content_get_search_hint +e_shell_content_set_search_hint e_shell_content_get_search_rule e_shell_content_set_search_rule e_shell_content_get_search_text @@ -99,6 +101,7 @@ e_shell_content_set_view_id e_shell_content_run_advanced_search_dialog e_shell_content_run_edit_searches_dialog e_shell_content_run_save_search_dialog +e_shell_content_restore_state <SUBSECTION Standard> E_SHELL_CONTENT E_IS_SHELL_CONTENT @@ -235,6 +238,8 @@ e_shell_view_get_shell_content e_shell_view_get_shell_sidebar e_shell_view_get_shell_taskbar e_shell_view_get_shell_window +e_shell_view_get_state_key_file +e_shell_view_set_state_dirty e_shell_view_update_actions e_shell_view_show_popup_menu e_shell_view_new_view_instance diff --git a/doc/reference/shell/tmpl/e-shell-content.sgml b/doc/reference/shell/tmpl/e-shell-content.sgml index 0ddc175d77..2ffe528e98 100644 --- a/doc/reference/shell/tmpl/e-shell-content.sgml +++ b/doc/reference/shell/tmpl/e-shell-content.sgml @@ -191,6 +191,24 @@ EShellContent @Returns: +<!-- ##### FUNCTION e_shell_content_get_search_hint ##### --> +<para> + +</para> + +@shell_content: +@Returns: + + +<!-- ##### FUNCTION e_shell_content_set_search_hint ##### --> +<para> + +</para> + +@shell_content: +@search_hint: + + <!-- ##### FUNCTION e_shell_content_get_search_rule ##### --> <para> @@ -341,3 +359,12 @@ EShellContent @shell_content: +<!-- ##### FUNCTION e_shell_content_restore_state ##### --> +<para> + +</para> + +@shell_content: +@group_name: + + diff --git a/doc/reference/shell/tmpl/e-shell-settings.sgml b/doc/reference/shell/tmpl/e-shell-settings.sgml index 1e1d2452e0..edc6af5b32 100644 --- a/doc/reference/shell/tmpl/e-shell-settings.sgml +++ b/doc/reference/shell/tmpl/e-shell-settings.sgml @@ -134,7 +134,7 @@ EShellSettings </para> -@shell_setting: +@shell_settings: @property_name: @Returns: @@ -144,7 +144,7 @@ EShellSettings </para> -@shell_setting: +@shell_settings: @property_name: @v_pointer: diff --git a/doc/reference/shell/tmpl/e-shell-view.sgml b/doc/reference/shell/tmpl/e-shell-view.sgml index 15c6097c4f..408e869528 100644 --- a/doc/reference/shell/tmpl/e-shell-view.sgml +++ b/doc/reference/shell/tmpl/e-shell-view.sgml @@ -237,6 +237,23 @@ EShellView @Returns: +<!-- ##### FUNCTION e_shell_view_get_state_key_file ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_set_state_dirty ##### --> +<para> + +</para> + +@shell_view: + + <!-- ##### FUNCTION e_shell_view_update_actions ##### --> <para> |