|
GnuCash
2.6.99
|
CSV Import Settings. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include "gnc-state.h"#include "gnc-csv-trans-settings.h"Go to the source code of this file.
Functions | |
| CsvSettings * | gnc_csv_trans_new_settings_data (void) |
| void | gnc_csv_trans_settings_data_free (CsvSettings *settings_data) |
| void | gnc_csv_trans_find_settings (GtkTreeModel *settings_store) |
| gboolean | gnc_csv_trans_load_settings (CsvSettings *settings_data, gchar *group) |
| gboolean | gnc_csv_trans_save_settings (CsvSettings *settings_data, gchar *settings_name) |
CSV Import Settings.
Definition in file gnc-csv-trans-settings.c.
| void gnc_csv_trans_find_settings | ( | GtkTreeModel * | settings_store | ) |
Finds CSV settings entries in the key file and populates the tree model.
| settings_store | The liststore that is used for the combo's which holds the key name and visual text. |
Definition at line 102 of file gnc-csv-trans-settings.c.
| gboolean gnc_csv_trans_load_settings | ( | CsvSettings * | settings_data, |
| gchar * | group | ||
| ) |
Load the widget properties from a key File.
| settings_data | The settings structure where all the settings are located. |
| group | The group name where the settings are stored in the key file. |
Definition at line 171 of file gnc-csv-trans-settings.c.
| CsvSettings* gnc_csv_trans_new_settings_data | ( | void | ) |
Create a new CsvSettings structure and set default values.
Definition at line 60 of file gnc-csv-trans-settings.c.
| gboolean gnc_csv_trans_save_settings | ( | CsvSettings * | settings_data, |
| gchar * | settings_name | ||
| ) |
Save the gathered widget properties to a key File.
| settings_data | The settings structure where all the settings are located. |
| settings_name | The name the settings will be stored under. |
Definition at line 258 of file gnc-csv-trans-settings.c.
| void gnc_csv_trans_settings_data_free | ( | CsvSettings * | settings_data | ) |
Free the CsvSettings structure.
Definition at line 89 of file gnc-csv-trans-settings.c.
1.8.6