diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-24 00:48:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-24 00:48:20 +0800 |
commit | 305152503fb15c0d146c4544e5d66c3dece4e1ec (patch) | |
tree | dbaa3329410b3873d33ecd7b6989826ee62be5c9 /shell/e-shell-module.h | |
parent | 554dbbf7280cb2189ae12a7c1a49f02604ca866b (diff) | |
download | gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.gz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.bz2 gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.lz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.xz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.zst gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.zip |
Documentation tweaks.
Turn on the stupid interactive flag so we get user alerts from Camel.
(Can we please get rid of that thing?)
svn path=/branches/kill-bonobo/; revision=37314
Diffstat (limited to 'shell/e-shell-module.h')
-rw-r--r-- | shell/e-shell-module.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/e-shell-module.h b/shell/e-shell-module.h index 4d6274bdf6..9032823bc2 100644 --- a/shell/e-shell-module.h +++ b/shell/e-shell-module.h @@ -74,11 +74,11 @@ typedef struct _EShellModulePrivate EShellModulePrivate; * the main menu and in the switcher. See * e_shell_module_compare(). * @start: Callback for notifying the module to begin loading data - * and running background tasks. This is called the first - * time the corresponding shell view class is instantiated. - * It allows the module to delay initialization steps that - * consume significant resources until they are actually - * needed. + * and running background tasks. This is called just before + * the first instantiation of the corresponding #EShellView + * subclass. It allows the module to delay initialization + * steps that consume significant resources until they are + * actually needed. * @is_busy: Callback for querying whether the module has * operations in progress that cannot be cancelled * or finished immediately. Returning %TRUE prevents |