25 #ifndef IMPORT_UTILITIES_H 26 #define IMPORT_UTILITIES_H 30 #define GNC_PREFS_GROUP_IMPORT "dialogs.import.generic" 31 #define GNC_PREF_ENABLE_SKIP "enable-skip" 32 #define GNC_PREF_ENABLE_UPDATE "enable-update" 33 #define GNC_PREF_USE_BAYES "use-bayes" 34 #define GNC_PREF_ATM_FEE_THRESHOLD "atm-fee-threshold" 35 #define GNC_PREF_AUTO_CLEAR_THRESHOLD "auto-clear-threshold" 36 #define GNC_PREF_AUTO_ADD_THRESHOLD "auto-add-threshold" 37 #define GNC_PREF_MATCH_THRESHOLD "match-threshold" 38 #define GNC_PREF_MATCH_DATE_THRESHOLD "match-date-threshold" 39 #define GNC_PREF_MATCH_DATE_NOT_THRESHOLD "match-date-not-threshold" 53 gchar * gnc_import_get_acc_online_id(
Account * account);
54 void gnc_import_set_acc_online_id(
Account * account,
55 const gchar * string_value);
62 gchar * gnc_import_get_trans_online_id(Transaction * transaction);
63 void gnc_import_set_trans_online_id(Transaction * transaction,
64 const gchar * string_value);
67 gboolean gnc_import_trans_has_online_id(Transaction * transaction);
74 gchar * gnc_import_get_split_online_id(Split * split);
75 void gnc_import_set_split_online_id(Split * split,
76 const gchar * string_value);
79 gboolean gnc_import_split_has_online_id(Split * split);
Account handling public routines.