X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=fdc73403cf50acc2983bf2b8908bb9307de7266a;hp=867f19ab9c210d061b16800193720df13a391c44;hb=362784ce756b3f0e31cd451d9ac5e69b909d4053;hpb=85e6aca5e8c16f61f95e29b62ea295d785c9cbdf diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 867f19a..fdc7340 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -173,7 +173,28 @@ typedef void (*ModestTnyAccountGetMmcAccountNameCallback) (TnyStoreAccount* self * calling the callback (if not NULL) to notify that the name is changed. * if the name was changed. The callback will not be called if the name was not changed. */ -void modest_tny_account_get_mmc_account_name (TnyStoreAccount* self, ModestTnyAccountGetMmcAccountNameCallback callback, gpointer user_data); +void modest_tny_account_get_mmc_account_name (TnyStoreAccount* self, + ModestTnyAccountGetMmcAccountNameCallback callback, + gpointer user_data); + + +/** modest_tny_account_is_virtual_local_folders: + * @self A TnyAccount. + * + * 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_account_is_virtual_local_folders (TnyAccount *self); + +/** modest_tny_account_is_memory_card_account: + * @self A TnyAccount. + * + * A convenience function to identify whether TnyAccount + * is the memory card account. + **/ +gboolean modest_tny_account_is_memory_card_account (TnyAccount *self); + G_END_DECLS