Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef AQBANKING_DLG_SELECTBANKINFO_H
00012 #define AQBANKING_DLG_SELECTBANKINFO_H
00013
00014
00015 #include <gwenhywfar/dialog.h>
00016 #include <gwenhywfar/db.h>
00017
00018 #include <aqbanking/banking.h>
00019
00020
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00025
00031
00032
00033 AQBANKING_API
00034 GWEN_DIALOG *AB_SelectBankInfoDialog_new(AB_BANKING *ab,
00035 const char *country,
00036 const char *bankCode);
00037
00038 AQBANKING_API
00039 const AB_BANKINFO *AB_SelectBankInfoDialog_GetSelectedBankInfo(GWEN_DIALOG *dlg);
00040
00041
00042
00048 #ifdef __cplusplus
00049 }
00050 #endif
00051
00052
00053
00054 #endif
00055
00056
00057