Functions Used by Backends And Wizards | |
AB_PROVIDER * | AB_Banking_GetProvider (AB_BANKING *ab, const char *name) |
GWEN_STRINGLIST * | AB_Banking_GetGlobalDataDirs () |
GWEN_STRINGLIST * | AB_Banking_GetGlobalSysconfDirs () |
Functions | |
GWEN_NL_SSL_ASKADDCERT_RESULT | AB_Banking_AskAddCert (GWEN_NETLAYER *nl, const GWEN_SSLCERTDESCR *cd, void *user_data) |
int | AB_Banking_ExecutionProgress (AB_BANKING *ab, GWEN_TYPE_UINT32 pid) |
|
|
|
|
|
Returns the list of global data folders. In most cases this is something like $PREFIX/share/aqbanking. Plugins are required to use the folders returned here when searching for their specific data instead of using the compile time fixed values. This way it is easier under windows to find data. |
|
|
|
Loads a backend with the given name. You can use AB_Banking_GetProviderDescrs to retrieve a list of available backends. Such a backend can then be asked to return an account list. |