aqbanking  5.7.8
Macros | Typedefs | Functions | Variables
aqbanking/provider.h File Reference

This file is used by AqBanking and provider backends. More...

#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/xml.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>
#include <aqbanking/job.h>
#include <aqbanking/account.h>
#include <aqbanking/transaction.h>

Go to the source code of this file.

Macros

#define AB_PROVIDER_FLAGS_COMPLETE_DAY_REPORTS   0x00000001
 

Typedefs

typedef struct AB_PROVIDER AB_PROVIDER
 
typedef struct AB_PROVIDER_DESCRIPTION AB_PROVIDER_DESCRIPTION
 

Functions

 GWEN_LIST_FUNCTION_LIB_DEFS (AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION
 
const char * AB_Provider_GetName (const AB_PROVIDER *pro)
 
const char * AB_Provider_GetEscapedName (const AB_PROVIDER *pro)
 
AB_BANKINGAB_Provider_GetBanking (const AB_PROVIDER *pro)
 
uint32_t AB_Provider_GetFlags (const AB_PROVIDER *pro)
 
int AB_Provider_GetUserDataDir (const AB_PROVIDER *pro, GWEN_BUFFER *buf)
 

Variables

 AB_ProviderDescription
 

Detailed Description

This file is used by AqBanking and provider backends.

Definition in file aqbanking/provider.h.

Macro Definition Documentation

◆ AB_PROVIDER_FLAGS_COMPLETE_DAY_REPORTS

#define AB_PROVIDER_FLAGS_COMPLETE_DAY_REPORTS   0x00000001

Definition at line 30 of file aqbanking/provider.h.

Typedef Documentation

◆ AB_PROVIDER

typedef struct AB_PROVIDER AB_PROVIDER

Definition at line 37 of file aqbanking/provider.h.

◆ AB_PROVIDER_DESCRIPTION

Definition at line 40 of file aqbanking/provider.h.

Function Documentation

◆ GWEN_LIST_FUNCTION_LIB_DEFS()

GWEN_LIST_FUNCTION_LIB_DEFS ( AB_PROVIDER_DESCRIPTION  ,
AB_ProviderDescription   
)

Variable Documentation

◆ AB_ProviderDescription

AB_ProviderDescription

Definition at line 44 of file aqbanking/provider.h.