25 #ifndef IO_EXAMPLE_ACCOUNT_H 26 #define IO_EXAMPLE_ACCOUNT_H 37 gchar* short_description;
38 gchar* long_description;
39 gboolean exclude_from_select_all;
40 gboolean start_selected;
48 void gnc_destroy_example_account (GncExampleAccount* gea);
50 gboolean gnc_write_example_account (GncExampleAccount* gea,
51 const gchar* filename);
52 GncExampleAccount* gnc_read_example_account (
const gchar* filename);
55 void gnc_free_example_account_list (GSList* list);
56 GSList* gnc_load_example_account_list (
const char* dirname);
All type declarations for the whole Gnucash engine.