aqbanking  5.7.8
dlg_newuser_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Wed Apr 14 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 AB_DLG_NEW_USER_BE_H
12 #define AB_DLG_NEW_USER_BE_H
13 
14 
15 #include <aqbanking/banking.h>
16 #include <aqbanking/user.h>
17 
18 #include <gwenhywfar/dialog.h>
19 
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
26 
27 AQBANKING_API GWEN_DIALOG *AB_NewUserDialog_new(AB_BANKING *ab, const char *dname);
28 
30 
31 AQBANKING_API AB_USER *AB_NewUserDialog_GetUser(const GWEN_DIALOG *dlg);
32 AQBANKING_API void AB_NewUserDialog_SetUser(GWEN_DIALOG *dlg, AB_USER *u);
33 
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 
40 
41 #endif
42 
struct AB_USER AB_USER
struct AB_BANKING AB_BANKING
Definition: banking.h:26
The main interface of the aqbanking library.
GWEN_DIALOG * AB_NewUserDialog_new(AB_BANKING *ab, const char *dname)
#define AQBANKING_API
Definition: error.h:55
AB_BANKING * AB_NewUserDialog_GetBanking(const GWEN_DIALOG *dlg)
void AB_NewUserDialog_SetUser(GWEN_DIALOG *dlg, AB_USER *u)
AB_USER * AB_NewUserDialog_GetUser(const GWEN_DIALOG *dlg)