aqbanking  5.7.8
abgui.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Thu Jun 18 2009
3  copyright : (C) 2009 by Martin Preuss
4  email : martin@libchipcard.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 
12 #ifndef AQBANKING_GUI_H
13 #define AQBANKING_GUI_H
14 
15 
16 #include <gwenhywfar/gui_be.h>
17 #include <aqbanking/banking.h>
18 
19 
65 
66 
67 
68 #ifdef __cplusplus
69 extern "C" {
70 #endif
71 
72 
79 AQBANKING_API GWEN_GUI *AB_Gui_new(AB_BANKING *ab);
80 
90 AQBANKING_API void AB_Gui_Extend(GWEN_GUI *gui, AB_BANKING *ab);
91 
97 AQBANKING_API void AB_Gui_Unextend(GWEN_GUI *gui);
98 
99 
100 #ifdef __cplusplus
101 }
102 #endif
103 
104  /* end of group G_AB_GUI */
106 
107 
108 #endif
109 
110 
struct AB_BANKING AB_BANKING
Definition: banking.h:26
The main interface of the aqbanking library.
GWEN_GUI * AB_Gui_new(AB_BANKING *ab)
#define AQBANKING_API
Definition: error.h:55
void AB_Gui_Extend(GWEN_GUI *gui, AB_BANKING *ab)
void AB_Gui_Unextend(GWEN_GUI *gui)