aqbanking
5.7.8
aqbanking5
aqbanking
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
50
AQBANKING_API
GWEN_DIALOG *
AB_ImporterDialog_new
(
AB_BANKING
*ab,
51
AB_IMEXPORTER_CONTEXT
*ctx,
52
const
char
*finishedMessage);
53
54
55
#ifdef __cplusplus
56
}
57
#endif
58
59
63
#endif
64
AB_BANKING
struct AB_BANKING AB_BANKING
Definition:
banking.h:26
banking.h
The main interface of the aqbanking library.
AQBANKING_API
#define AQBANKING_API
Definition:
error.h:55
AB_ImporterDialog_new
GWEN_DIALOG * AB_ImporterDialog_new(AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx, const char *finishedMessage)
AB_IMEXPORTER_CONTEXT
struct AB_IMEXPORTER_CONTEXT AB_IMEXPORTER_CONTEXT
Definition:
imexporter.h:66
imexporter.h
Generated by
1.8.13