diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-18 09:21:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:51 +0800 |
commit | 9b59286ea42a3db8b5d76f4e388b8691340b034c (patch) | |
tree | eb333208a2d7e3cb8deb2f461fb90bbddbb10eb6 /mail/e-mail-store.h | |
parent | 87e18345094a649f2d6940d1ebd12b79454d7a94 (diff) | |
download | gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.gz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.bz2 gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.lz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.xz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.zst gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.zip |
Use new CamelService:display-name property.
Simplify, simplify...
Diffstat (limited to 'mail/e-mail-store.h')
-rw-r--r-- | mail/e-mail-store.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/e-mail-store.h b/mail/e-mail-store.h index 76a6ee5701..b26b4c15ad 100644 --- a/mail/e-mail-store.h +++ b/mail/e-mail-store.h @@ -31,15 +31,14 @@ G_BEGIN_DECLS void e_mail_store_init (EMailSession *session, const gchar *data_dir); void e_mail_store_add (EMailSession *session, - CamelStore *store, - const gchar *display_name); + CamelStore *store); CamelStore * e_mail_store_add_by_account (EMailSession *session, EAccount *account); void e_mail_store_remove (EMailSession *session, CamelStore *store); void e_mail_store_remove_by_account (EMailSession *session, EAccount *account); -void e_mail_store_foreach (GHFunc func, +void e_mail_store_foreach (GFunc func, gpointer user_data); G_END_DECLS |