aqbanking  5.7.8
dlg_setup_newuser.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Fri Jul 30 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_SETUP_NEWUSER_H
12 #define AQBANKING_DLG_SETUP_NEWUSER_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 
17 #include <aqbanking/banking.h>
18 
19 
20 
26 
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
32 
33 
43 
44 
45 const char *AB_SetupNewUserDialog_GetSelectedBackend(const GWEN_DIALOG *dlg);
46 int AB_SetupNewUserDialog_GetSelectedType(const GWEN_DIALOG *dlg);
47 
48 
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 
58 #endif
59 
struct AB_BANKING AB_BANKING
Definition: banking.h:26
The main interface of the aqbanking library.
#define AQBANKING_API
Definition: error.h:55
GWEN_DIALOG * AB_SetupNewUserDialog_new(AB_BANKING *ab)
int AB_SetupNewUserDialog_GetSelectedType(const GWEN_DIALOG *dlg)
const char * AB_SetupNewUserDialog_GetSelectedBackend(const GWEN_DIALOG *dlg)