X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=915fe3f9d2e0b78c6e12db91614ca3f27e366c1f;hb=5b20214853dcf7416c0e9b2590fed93af2c635e0;hp=8cbcc72bcf2b3441efe1b48c8845c6dd9bada994;hpb=04fa8f60ad3ce55f41e650558c56f210e0d87143;p=modest diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 8cbcc72..915fe3f 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -70,17 +70,13 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar /** * modest_tny_account_update_from_account: * @tny_account: a valid tny_account - * @account_mgr: a valid account mgr instance - * @account_name: the modest account name for which to create a corresponding tny account of the given type. - * @type: the type of account to create (TNY_ACCOUNT_TYPE_STORE or TNY_ACCOUNT_TYPE_TRANSPORT) * * update a tnyaccount corresponding to the server_accounts (store or transport) for this account. * * Returns: a TRUE or FALSE in case of error. */ gboolean -modest_tny_account_update_from_account (TnyAccount *tny_account, ModestAccountMgr *account_mgr, - const gchar *account_name, TnyAccountType type); +modest_tny_account_update_from_account (TnyAccount *tny_account); /** @@ -122,8 +118,11 @@ TnyAccount* modest_tny_account_new_for_per_account_local_outbox_folder ( TnyAccount* modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, TnySessionCamel *session, - const gchar* server_account_name); + const gchar* server_account_name, + TnyGetPassFunc get_pass_func, + TnyForgetPassFunc forget_pass_func); +#if 0 /** * modest_tny_account_new_from_server_account_name: * @tny_account: a valid tny account @@ -137,7 +136,7 @@ modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, gboolean modest_tny_account_update_from_server_account_name (TnyAccount *tny_account, ModestAccountMgr *account_mgr, const gchar *server_account_name); - +#endif /** * modest_tny_account_get_special_folder: