diff options
Diffstat (limited to 'mail/e-mail-shell-module.h')
-rw-r--r-- | mail/e-mail-shell-module.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/e-mail-shell-module.h b/mail/e-mail-shell-module.h index b15c8ed8c8..567e5f2778 100644 --- a/mail/e-mail-shell-module.h +++ b/mail/e-mail-shell-module.h @@ -69,6 +69,10 @@ CamelStore * e_mail_shell_module_load_store_by_uri void e_mail_shell_module_remove_store_by_uri (EShellModule *shell_module, const gchar *uri); +void e_mail_shell_module_stores_foreach + (EShellModule *shell_module, + GHFunc func, + gpointer user_data); G_END_DECLS |