diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 13:52:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 13:52:33 +0800 |
commit | 0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8 (patch) | |
tree | 2878cd13bd0cbdb1aa575dc9a351517591f002f9 /doc | |
parent | fd564be3203400024147469faaa7de0884861566 (diff) | |
download | gsoc2013-evolution-0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8.tar.gz gsoc2013-evolution-0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8.tar.zst gsoc2013-evolution-0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8.zip |
Rename EShell:online-mode to EShell:online and update docs.
Use EBindings instead of a notify callback to keep other widgets and
actions synchronized with EShell:online. Cleaner and less error prone.
svn path=/branches/kill-bonobo/; revision=37293
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 4 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 17 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 22 |
3 files changed, 37 insertions, 6 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 9f881ac65d..1e888cf03a 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -16,8 +16,8 @@ e_shell_get_watched_windows 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_online +e_shell_set_online e_shell_get_preferences_window e_shell_event e_shell_is_busy diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index f43136be2f..9e04bbff53 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -84,7 +84,7 @@ EShell </para> -<!-- ##### ARG EShell:online-mode ##### --> +<!-- ##### ARG EShell:online ##### --> <para> </para> @@ -150,6 +150,15 @@ EShell @Returns: +<!-- ##### FUNCTION e_shell_get_gconf_client ##### --> +<para> + +</para> + +@shell: +@Returns: + + <!-- ##### FUNCTION e_shell_create_shell_window ##### --> <para> @@ -215,7 +224,7 @@ EShell @network_available: -<!-- ##### FUNCTION e_shell_get_online_mode ##### --> +<!-- ##### FUNCTION e_shell_get_online ##### --> <para> </para> @@ -224,13 +233,13 @@ EShell @Returns: -<!-- ##### FUNCTION e_shell_set_online_mode ##### --> +<!-- ##### FUNCTION e_shell_set_online ##### --> <para> </para> @shell: -@online_mode: +@online: <!-- ##### FUNCTION e_shell_get_preferences_window ##### --> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 0c653f831d..57aef32237 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -433,6 +433,12 @@ intelligent @minor: @revision: +<!-- ##### ARG EShell:online-mode ##### --> +<para> + +</para> + + <!-- ##### ARG EShell:settings ##### --> <para> @@ -1799,6 +1805,14 @@ intelligent @shell: @Returns: +<!-- ##### FUNCTION e_shell_get_online_mode ##### --> +<para> + +</para> + +@shell: +@Returns: + <!-- ##### FUNCTION e_shell_get_settings ##### --> <para> @@ -1901,6 +1915,14 @@ intelligent @shell: @status: +<!-- ##### FUNCTION e_shell_set_online_mode ##### --> +<para> + +</para> + +@shell: +@online_mode: + <!-- ##### FUNCTION e_shell_upgrade_attempt ##### --> <para> |