40 #ifndef QUICKFILL_ACCOUNT_H 41 #define QUICKFILL_ACCOUNT_H 48 typedef gboolean (*AccountBoolCB) (
Account*, gpointer);
73 AccountBoolCB skip_cb, gpointer cb_data);
75 gnc_get_shared_account_name_list_store (
Account* root,
const char* key,
76 AccountBoolCB cb, gpointer cb_data);
QuickFill * gnc_get_shared_account_name_quickfill(Account *root, const char *key, AccountBoolCB skip_cb, gpointer cb_data)
Create/fetch a quickfill of account names.
Account handling public routines.
QuickFill is used to auto-complete typed user entries.