#include <aqbanking/account.h>
Go to the source code of this file.
Functions | |
AB_ACCOUNT * | AB_Account_new (AB_BANKING *ab, AB_PROVIDER *pro, const char *idForProvider) |
void | AB_Account_List2_FreeAll (AB_ACCOUNT_LIST2 *al) |
AB_ACCOUNT * | AB_Account_dup (AB_ACCOUNT *acc) |
AB_ACCOUNT * | AB_Account_fromDb (AB_BANKING *ab, GWEN_DB_NODE *db) |
int | AB_Account_toDb (const AB_ACCOUNT *acc, GWEN_DB_NODE *db) |
|
|
|
|
|
Frees a List2 of accounts and all its members. This MUST NOT be used on account lists returned by AqBanking, but only on account lists created by backends. Therefore this function is only defined here. |
|
This constructor MUST NOT be used by applications. Only backends (see AB_PROVIDER) and AB_BANKING need to create accounts. |
|
|