aqbanking  5.7.8
dlg_selectbankinfo.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Tue Apr 13 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@aqbanking.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 #ifndef AQBANKING_DLG_SELECTBANKINFO_H
12 #define AQBANKING_DLG_SELECTBANKINFO_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 #include <gwenhywfar/db.h>
17 
18 #include <aqbanking/banking.h>
19 
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
31 
32 
35  const char *country,
36  const char *bankCode);
37 
40 
41 
42 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 
53 
54 #endif
55 
56 
57 
struct AB_BANKING AB_BANKING
Definition: banking.h:26
const AB_BANKINFO * AB_SelectBankInfoDialog_GetSelectedBankInfo(GWEN_DIALOG *dlg)
The main interface of the aqbanking library.
#define AQBANKING_API
Definition: error.h:55
struct AB_BANKINFO AB_BANKINFO
Definition: bankinfo.h:149
GWEN_DIALOG * AB_SelectBankInfoDialog_new(AB_BANKING *ab, const char *country, const char *bankCode)