diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 14:26:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 14:26:01 +0800 |
commit | c6e59dfc5b5a94c727024114c0d047916df33cad (patch) | |
tree | f1cb4b875cc2a1f135eecae74d7d3e74c20acf70 /doc | |
parent | dcf5f23803989d03d3edc3d0d6dc7962ca8325e9 (diff) | |
download | gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.tar.gz gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.tar.zst gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.zip |
Update EShell documentation.
svn path=/branches/kill-bonobo/; revision=36936
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 7 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 18 |
2 files changed, 21 insertions, 4 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 9b77e535e7..908777cf4b 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -2,7 +2,6 @@ <FILE>e-shell</FILE> <TITLE>EShell</TITLE> EShell -EShellLineStatus e_shell_get_default e_shell_list_modules e_shell_get_canonical_name @@ -13,10 +12,10 @@ e_shell_create_window e_shell_get_focused_window e_shell_handle_uri e_shell_send_receive +e_shell_get_network_available +e_shell_set_network_available e_shell_get_online_mode e_shell_set_online_mode -e_shell_get_line_status -e_shell_set_line_status e_shell_get_preferences_window e_shell_event e_shell_is_busy @@ -35,7 +34,7 @@ EShellClass e_shell_get_type <SUBSECTION Private> EShellPrivate -e_shell_migrate_error_quirk +e_shell_migrate_error_quark </SECTION> <SECTION> diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 290ac7fcb8..350141a0e5 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -188,6 +188,24 @@ EShell @parent: +<!-- ##### FUNCTION e_shell_get_network_available ##### --> +<para> + +</para> + +@shell: +@Returns: + + +<!-- ##### FUNCTION e_shell_set_network_available ##### --> +<para> + +</para> + +@shell: +@network_available: + + <!-- ##### FUNCTION e_shell_get_online_mode ##### --> <para> |