diff options
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/Makefile.am | 3 | ||||
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 4 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-module.sgml | 14 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 16 |
4 files changed, 37 insertions, 0 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 7a249b01f9..65d12055e5 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -76,12 +76,15 @@ GTKDOC_LIBS= \ $(top_builddir)/shell/.libs/e-shell-sidebar.o \ $(top_builddir)/shell/.libs/e-shell-switcher.o \ $(top_builddir)/shell/.libs/e-shell-taskbar.o \ + $(top_builddir)/shell/.libs/e-shell-upgrade.o \ $(top_builddir)/shell/.libs/e-shell-view.o \ $(top_builddir)/shell/.libs/e-shell-window-actions.o \ $(top_builddir)/shell/.libs/e-shell-window.o \ + $(top_builddir)/e-util/.libs/e-bconf-map.o \ $(top_builddir)/e-util/.libs/e-dialog-utils.o \ $(top_builddir)/e-util/.libs/e-error.o \ $(top_builddir)/e-util/.libs/e-event.o \ + $(top_builddir)/e-util/.libs/e-fsutils.o \ $(top_builddir)/e-util/.libs/e-icon-factory.o \ $(top_builddir)/e-util/.libs/e-import.o \ $(top_builddir)/e-util/.libs/e-logger.o \ diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 4e0474f0c2..e6cfb9cb4b 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -19,6 +19,8 @@ e_shell_get_preferences_window e_shell_is_busy e_shell_do_quit e_shell_quit +E_SHELL_UPGRADE_ERROR +e_shell_upgrade_attempt <SUBSECTION Standard> E_SHELL E_IS_SHELL @@ -30,6 +32,7 @@ EShellClass e_shell_get_type <SUBSECTION Private> EShellPrivate +e_shell_upgrade_error_quirk </SECTION> <SECTION> @@ -94,6 +97,7 @@ e_shell_module_get_shell e_shell_module_add_activity e_shell_module_is_busy e_shell_module_shutdown +e_shell_module_upgrade e_shell_module_set_info <SUBSECTION Standard> E_SHELL_MODULE 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: + + |