GnuCash  5.6-150-g038405b370+
dialog-ab-select-imexporter.h
Go to the documentation of this file.
1 /*
2  * dialog-ab-select-imexporter.h --
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, contact:
16  *
17  * Free Software Foundation Voice: +1-617-542-5942
18  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
19  * Boston, MA 02110-1301, USA gnu@gnu.org
20  */
21 
32 #ifndef DIALOG_AB_SELECT_IMEXPORTER_H
33 #define DIALOG_AB_SELECT_IMEXPORTER_H
34 
35 #include "gnc-ab-utils.h"
36 #include <gtk/gtk.h>
37 #include <aqbanking/banking.h>
38 
39 typedef struct _GncABSelectImExDlg GncABSelectImExDlg;
40 
41 G_BEGIN_DECLS
42 
49 GncABSelectImExDlg* gnc_ab_select_imex_dlg_new (GtkWidget* parent,
50  AB_BANKING* abi);
51 
56 void gnc_ab_select_imex_dlg_destroy (GncABSelectImExDlg* imexd);
57 
63 int gnc_ab_select_imex_dlg_run (GncABSelectImExDlg* imexd);
64 
70 char*
71 gnc_ab_select_imex_dlg_get_imexporter_name (GncABSelectImExDlg* imexd);
72 
78 void
79 gnc_ab_select_imex_dlg_set_imexporter_name (GncABSelectImExDlg* imexd, const char* name);
80 
86 char*
87 gnc_ab_select_imex_dlg_get_profile_name (GncABSelectImExDlg* imexd);
88 
94 void
95 gnc_ab_select_imex_dlg_set_profile_name (GncABSelectImExDlg* imexd, const char* name);
96 
97 G_END_DECLS
98 
99 #endif //DIALOG_AB_SELECT_IMEXPORTER_H
100 
char * gnc_ab_select_imex_dlg_get_profile_name(GncABSelectImExDlg *imexd)
Get the selected file format profile name.
void gnc_ab_select_imex_dlg_set_imexporter_name(GncABSelectImExDlg *imexd, const char *name)
Get the selected importer/exporter name.
void gnc_ab_select_imex_dlg_destroy(GncABSelectImExDlg *imexd)
Destroy an AQBanking importer/exporter selection dialog.
int gnc_ab_select_imex_dlg_run(GncABSelectImExDlg *imexd)
Run an AQBanking importer/exporter selection dialog.
G_BEGIN_DECLS GncABSelectImExDlg * gnc_ab_select_imex_dlg_new(GtkWidget *parent, AB_BANKING *abi)
Create an AQBanking importer/exporter selection dialog.
void gnc_ab_select_imex_dlg_set_profile_name(GncABSelectImExDlg *imexd, const char *name)
Get the selected file format profile name.
char * gnc_ab_select_imex_dlg_get_imexporter_name(GncABSelectImExDlg *imexd)
Get the selected importer/exporter name.
AqBanking utility functions.