diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-05 12:12:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-05 12:12:09 +0800 |
commit | 6d1aea1b231c120441061c2046157b40e34f8e3a (patch) | |
tree | e28bb0e3ea779b19b6d838a3a989ba57aba6324a /doc/reference/shell/tmpl | |
parent | 2c71859895d091f51dea23f9ed9552a0962b7ba4 (diff) | |
download | gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar.gz gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar.bz2 gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar.lz gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar.xz gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.tar.zst gsoc2013-evolution-6d1aea1b231c120441061c2046157b40e34f8e3a.zip |
Support migration in the new shell design.
Some code got duplicated for calendars and tasks. Made a note to revisit.
svn path=/branches/kill-bonobo/; revision=36560
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-module.sgml | 14 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 16 |
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-module.sgml b/doc/reference/shell/tmpl/e-shell-module.sgml index cd4fb930f5..decce2d34c 100644 --- a/doc/reference/shell/tmpl/e-shell-module.sgml +++ b/doc/reference/shell/tmpl/e-shell-module.sgml @@ -52,6 +52,7 @@ EShellModule @sort_order: @is_busy: @shutdown: +@upgrade: <!-- ##### FUNCTION e_shell_module_new ##### --> <para> @@ -136,6 +137,19 @@ EShellModule @Returns: +<!-- ##### FUNCTION e_shell_module_upgrade ##### --> +<para> + +</para> + +@shell_module: +@major: +@minor: +@micro: +@error: +@Returns: + + <!-- ##### FUNCTION e_shell_module_set_info ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index db92be82ed..e2ed82e2b1 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -218,3 +218,19 @@ EShell @Returns: +<!-- ##### MACRO E_SHELL_UPGRADE_ERROR ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION e_shell_upgrade_attempt ##### --> +<para> + +</para> + +@shell: +@Returns: + + |