X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=0a1b428fcbfc695a71ba2d9aa6b13c7af010a4ca;hp=1c1f12cb5ea84f0795e993e847c707bb500f9c94;hb=40a8f5cbe03bd040fe3403dbfa6806df4fb6bc8a;hpb=3331d2194ddf0d11f8386741628286eb10ffcb4a diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 1c1f12c..0a1b428 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -42,6 +42,10 @@ G_BEGIN_DECLS + + + + /** * modest_tny_account_new_from_account: * @account_mgr: a valid account mgr instance @@ -52,7 +56,6 @@ G_BEGIN_DECLS * @forget_pass_func: the forget-password function * * get a tnyaccount corresponding to the server_accounts (store or transport) for this account. - * NOTE: this function does not set the camel session or the get/forget password functions * * Returns: a new TnyAccount or NULL in case of error. */ @@ -65,6 +68,22 @@ 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_new_for_local_folders: * @account_mgr: a valid account mgr instance * @session: a tny camel session @@ -105,6 +124,7 @@ modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, TnySessionCamel *session, const gchar* server_account_name); +#if 0 /** * modest_tny_account_new_from_server_account_name: * @tny_account: a valid tny account @@ -118,7 +138,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: