X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;fp=src%2Fmodest-tny-account.h;h=d4a2e3f46dac6785472341885fe0320230159066;hp=2e4b0565f2e67998ab8b7f32f19f637834314891;hb=1f6b01034793f771de0a833de4f58ce9e679a5f3;hpb=b8cdf57676718524a553af4c8c05af078fc13394 diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 2e4b056..d4a2e3f 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -161,7 +161,17 @@ const gchar* modest_tny_account_get_parent_modest_account_name_for_server_accoun * so it can be retrieved later with * modest_tny_account_get_parent_modest_account_name_for_server_account(). */ -void modest_tny_account_set_parent_modest_account_name_for_server_account (TnyAccount *self, const gchar* parent_modest_acount_name); +void modest_tny_account_set_parent_modest_account_name_for_server_account (TnyAccount *account, const gchar* parent_modest_acount_name); + + +typedef void (*ModestTnyAccountGetMmcAccountNameCallback) (TnyStoreAccount* self, gpointer user_data); + +/** modest_tny_account_get_mmc_account_name: + * Asnchronously get the name of a memory card account and set it in the TnyAccount, + * 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); G_END_DECLS