26 #ifndef IMPORT_PENDING_MATCHES_H 27 #define IMPORT_PENDING_MATCHES_H 36 typedef GHashTable GNCImportPendingMatches;
38 typedef enum _import_match_type {
39 GNCImportPending_NONE,
40 GNCImportPending_AUTO,
41 GNCImportPending_MANUAL
42 } GNCImportPendingMatchType;
44 GNCImportPendingMatches * gnc_import_PendingMatches_new(
void);
46 void gnc_import_PendingMatches_delete(GNCImportPendingMatches *map);
49 gnc_import_PendingMatches_add_match(GNCImportPendingMatches *map,
51 gboolean selected_manually);
54 gnc_import_PendingMatches_remove_match(GNCImportPendingMatches *map,
56 gboolean selected_manually);
58 GNCImportPendingMatchType
59 gnc_import_PendingMatches_get_match_type(GNCImportPendingMatches *map,
63 gnc_import_PendingMatches_get_type_str(GNCImportPendingMatchType type);
Generic importer backend interface.