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;
48void gnc_destroy_example_account (GncExampleAccount* gea);
50gboolean gnc_write_example_account (GncExampleAccount* gea,
51 const gchar* filename);
52GncExampleAccount* gnc_read_example_account (
const gchar* filename);
55void gnc_free_example_account_list (GSList* list);
56GSList* gnc_load_example_account_list (
const char* dirname);
All type declarations for the whole Gnucash engine.