GnuCash 2.3.0
Defines | Typedefs | Functions
import-settings.h File Reference

Import preference handling. User preference interface for transaction matching (for both the gui and the backend) More...

Go to the source code of this file.

Defines

#define GCONF_IMPORT_SECTION   "dialogs/import/generic_matcher"

Typedefs

typedef struct _genimportsettings GNCImportSettings

Functions

GNCImportSettingsgnc_import_Settings_new (void)
void gnc_import_Settings_delete (GNCImportSettings *settings)
Getters/Setters for GNCImportSettings
double gnc_import_Settings_get_fuzzy_amount (GNCImportSettings *settings)
gboolean gnc_import_Settings_get_action_skip_enabled (GNCImportSettings *settings)
gboolean gnc_import_Settings_get_action_add_enabled (GNCImportSettings *settings)
gboolean gnc_import_Settings_get_action_update_enabled (GNCImportSettings *settings)
gboolean gnc_import_Settings_get_action_clear_enabled (GNCImportSettings *settings)
gint gnc_import_Settings_get_clear_threshold (GNCImportSettings *settings)
gint gnc_import_Settings_get_add_threshold (GNCImportSettings *settings)
gint gnc_import_Settings_get_display_threshold (GNCImportSettings *settings)
void gnc_import_Settings_set_match_date_hardlimit (GNCImportSettings *s, gint m)
gint gnc_import_Settings_get_match_date_hardlimit (const GNCImportSettings *s)

Detailed Description

Import preference handling. User preference interface for transaction matching (for both the gui and the backend)

Author:
Copyright (C) 2002 Benoit Grégoire

Definition in file import-settings.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines