X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.h;h=bb685bcd90bb785466e880082c2575bade336e47;hp=2e5cbb3766608ab51a636bb6efa6214dd11dfd5b;hb=c3fa140bae7b51e3bca3ae33bf2b6f924cd9386f;hpb=c62e34be3e5b43d9cf0213222653c8ca5da82d93 diff --git a/src/modest-tny-account-store.h b/src/modest-tny-account-store.h index 2e5cbb3..bb685bc 100644 --- a/src/modest-tny-account-store.h +++ b/src/modest-tny-account-store.h @@ -110,17 +110,17 @@ TnyAccount* modest_tny_account_store_get_tny_account_by_id (ModestTnyAccountSto const gchar *id); /** - * modest_tny_account_store_get_tny_account_by_account + * modest_tny_account_store_get_server_account * @self: a ModestTnyAccountStore instance - * @account_name: an account name - * @type: the tny account type + * @account_name: a modest account name + * @type: the tny account type (store or transport) * * Get the tny account corresponding to one of the server_accounts for account with @account_name * * Returns: the tnyaccount for the server account or NULL in case it's not found or error, * g_object_unref when it's no longer needed */ -TnyAccount* modest_tny_account_store_get_tny_account_by_account (ModestTnyAccountStore *self, +TnyAccount* modest_tny_account_store_get_server_account (ModestTnyAccountStore *self, const gchar *account_name, TnyAccountType type);