aqbanking  5.7.8
dlg_importer.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Tue Feb 10 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_IMPORTER_H
12 #define AQBANKING_DLG_IMPORTER_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 #include <gwenhywfar/db.h>
17 
18 #include <aqbanking/banking.h>
19 #include <aqbanking/imexporter.h>
20 
21 
22 
28 
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 
35 
52  const char *finishedMessage);
53 
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 
63 #endif
64 
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_ImporterDialog_new(AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx, const char *finishedMessage)
struct AB_IMEXPORTER_CONTEXT AB_IMEXPORTER_CONTEXT
Definition: imexporter.h:66