30#ifndef IMPORT_ACCOUNT_MATCHER_H
31#define IMPORT_ACCOUNT_MATCHER_H
46 GncTreeViewAccount *account_tree;
47 GtkWidget *account_tree_sw;
48 const gchar *account_human_description;
49 const gnc_commodity *new_account_default_commodity;
116 const gchar * account_online_id_value,
117 gboolean prompt_on_no_match,
118 const gchar * account_human_description,
119 const gnc_commodity * new_account_default_commodity,
122 gboolean * ok_pressed
Account handling public routines.
GtkTreeView implementation for gnucash account tree.
GNCAccountType
The account types are used to determine how the transaction data in the account is displayed.
Account * gnc_import_select_account(GtkWidget *parent, const gchar *account_online_id_value, gboolean prompt_on_no_match, const gchar *account_human_description, const gnc_commodity *new_account_default_commodity, GNCAccountType new_account_default_type, Account *default_selection, gboolean *ok_pressed)
Must be called with a string containing a unique identifier for the account.