GnuCash  5.6-150-g038405b370+
Typedefs | Functions
dialog-ab-select-imexporter.h File Reference

Dialog to select AQBanking importer/exporter and format profile. More...

#include "gnc-ab-utils.h"
#include <gtk/gtk.h>
#include <aqbanking/banking.h>

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...
 

Detailed Description

Dialog to select AQBanking importer/exporter and format profile.

Author
Copyright (C) 2022 John Ralls jrall.nosp@m.s@ce.nosp@m.ridwe.nosp@m.n.us

Definition in file dialog-ab-select-imexporter.h.