40#ifndef QUICKFILL_ACCOUNT_H
41#define QUICKFILL_ACCOUNT_H
48typedef gboolean (*AccountBoolCB) (
Account*, gpointer);
73 AccountBoolCB skip_cb, gpointer cb_data);
75gnc_get_shared_account_name_list_store (
Account* root,
const char* key,
76 AccountBoolCB cb, gpointer cb_data);
Account handling public routines.
QuickFill is used to auto-complete typed user entries.
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.