X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.h;h=17018a3ba0334187a926a5963b608ea33f377145;hp=0386769fe15a0892b61f3cded39ece231b4077c5;hb=40e92875620a12ce1d34126c9a9c6bce97b21e6c;hpb=d6c282667a2757dee78d6916b676efb9db1bd3f8 diff --git a/src/modest-tny-account-store.h b/src/modest-tny-account-store.h index 0386769..17018a3 100644 --- a/src/modest-tny-account-store.h +++ b/src/modest-tny-account-store.h @@ -39,8 +39,8 @@ #include #include #include -#include #include +#include /* other include files */ @@ -123,7 +123,7 @@ TnyAccount* modest_tny_account_store_get_tny_account_by_id (ModestTnyAccountSto TnyAccount* modest_tny_account_store_get_tny_account_by_account (ModestTnyAccountStore *self, const gchar *account_name, TnyAccountType type); - + /** * modest_tny_account_store_get_transport_account_for_open_connection * @self: a ModestTnyAccountStore instance @@ -151,14 +151,14 @@ TnyAccount* modest_tny_account_store_get_transport_account_for_open_connection ( TnySessionCamel* modest_tny_account_store_get_session (TnyAccountStore *self); -/** modest_tny_folder_store_is_virtual_local_folders: - * @self A TnyFolderStore. +/** modest_tny_account_is_virtual_local_folders: + * @self A TnyAccount. * - * A convenience function to identify whether TnyAccount or other TnyFolderStore - * is the virtual local folders store, containing the folders from local_folders/ + * A convenience function to identify whether TnyAccount + * is the virtual local folders account, containing the folders from local_folders/ * and the outboxes from outboxes//. **/ -gboolean modest_tny_folder_store_is_virtual_local_folders (TnyFolderStore *self); +gboolean modest_tny_account_is_virtual_local_folders (TnyAccount *self); G_END_DECLS