|
GnuCash c935c2f+
|
Data Fields | |
| GtkWidget * | assistant |
| gboolean | canceled |
| GtkWidget * | default_encoding_combo |
| GtkWidget * | default_encoding_hbox |
| GtkWidget * | summary_label |
| GtkWidget * | impossible_label |
| GtkWidget * | string_box |
| GtkWidget * | string_box_container |
| GtkWidget * | encodings_dialog |
| GtkWidget * | custom_enc_entry |
| GtkTreeView * | available_encs_view |
| GtkTreeView * | selected_encs_view |
| GList * | encodings |
| GQuark | default_encoding |
| GHashTable * | unique |
| GHashTable * | ambiguous_ht |
| GList * | ambiguous_list |
| GHashTable * | choices |
| gint | n_unassigned |
| gint | n_impossible |
| GHashTable * | subst |
| gchar * | filename |
| QofSession * | session |
Definition at line 66 of file assistant-xml-encoding.c.
| GHashTable* GncXmlImportData::ambiguous_ht |
Definition at line 90 of file assistant-xml-encoding.c.
| GList* GncXmlImportData::ambiguous_list |
Definition at line 93 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::assistant |
Definition at line 68 of file assistant-xml-encoding.c.
| GtkTreeView* GncXmlImportData::available_encs_view |
Definition at line 78 of file assistant-xml-encoding.c.
| gboolean GncXmlImportData::canceled |
Definition at line 69 of file assistant-xml-encoding.c.
| GHashTable* GncXmlImportData::choices |
Definition at line 100 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::custom_enc_entry |
Definition at line 77 of file assistant-xml-encoding.c.
| GQuark GncXmlImportData::default_encoding |
Definition at line 82 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::default_encoding_combo |
Definition at line 70 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::default_encoding_hbox |
Definition at line 71 of file assistant-xml-encoding.c.
| GList* GncXmlImportData::encodings |
Definition at line 81 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::encodings_dialog |
Definition at line 76 of file assistant-xml-encoding.c.
| gchar* GncXmlImportData::filename |
Definition at line 113 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::impossible_label |
Definition at line 73 of file assistant-xml-encoding.c.
| gint GncXmlImportData::n_impossible |
Definition at line 107 of file assistant-xml-encoding.c.
| gint GncXmlImportData::n_unassigned |
Definition at line 104 of file assistant-xml-encoding.c.
| GtkTreeView* GncXmlImportData::selected_encs_view |
Definition at line 79 of file assistant-xml-encoding.c.
| QofSession* GncXmlImportData::session |
Definition at line 114 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::string_box |
Definition at line 74 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::string_box_container |
Definition at line 75 of file assistant-xml-encoding.c.
| GHashTable* GncXmlImportData::subst |
Definition at line 111 of file assistant-xml-encoding.c.
| GtkWidget* GncXmlImportData::summary_label |
Definition at line 72 of file assistant-xml-encoding.c.
| GHashTable* GncXmlImportData::unique |
Definition at line 86 of file assistant-xml-encoding.c.