GnuCash
5.6-150-g038405b370+
|
Dialog to select AQBanking importer/exporter and format profile. More...
Go to the source code of this file.
Typedefs | |
typedef struct _GncABSelectImExDlg | GncABSelectImExDlg |
Functions | |
G_BEGIN_DECLS GncABSelectImExDlg * | gnc_ab_select_imex_dlg_new (GtkWidget *parent, AB_BANKING *abi) |
Create an AQBanking importer/exporter selection dialog. More... | |
void | gnc_ab_select_imex_dlg_destroy (GncABSelectImExDlg *imexd) |
Destroy an AQBanking importer/exporter selection dialog. More... | |
int | gnc_ab_select_imex_dlg_run (GncABSelectImExDlg *imexd) |
Run an AQBanking importer/exporter selection dialog. More... | |
char * | gnc_ab_select_imex_dlg_get_imexporter_name (GncABSelectImExDlg *imexd) |
Get the selected importer/exporter name. More... | |
void | gnc_ab_select_imex_dlg_set_imexporter_name (GncABSelectImExDlg *imexd, const char *name) |
Get the selected importer/exporter name. More... | |
char * | gnc_ab_select_imex_dlg_get_profile_name (GncABSelectImExDlg *imexd) |
Get the selected file format profile name. More... | |
void | gnc_ab_select_imex_dlg_set_profile_name (GncABSelectImExDlg *imexd, const char *name) |
Get the selected file format profile name. More... | |
Dialog to select AQBanking importer/exporter and format profile.
Definition in file dialog-ab-select-imexporter.h.