GnuCash
5.6-150-g038405b370+
|
Tracking container for pending match status. More...
Go to the source code of this file.
Typedefs | |
typedef GHashTable | GNCImportPendingMatches |
Enumerations | |
enum | GNCImportPendingMatchType { GNCImportPending_NONE, GNCImportPending_AUTO, GNCImportPending_MANUAL } |
Functions | |
GNCImportPendingMatches * | gnc_import_PendingMatches_new (void) |
void | gnc_import_PendingMatches_delete (GNCImportPendingMatches *map) |
void | gnc_import_PendingMatches_add_match (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info, gboolean selected_manually) |
void | gnc_import_PendingMatches_remove_match (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info, gboolean selected_manually) |
GNCImportPendingMatchType | gnc_import_PendingMatches_get_match_type (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info) |
const char * | gnc_import_PendingMatches_get_type_str (GNCImportPendingMatchType type) |
Tracking container for pending match status.
Definition in file import-pending-matches.h.