62 #define STATE_FILE_TOP "Top" 63 #define STATE_FILE_BOOK_GUID "BookGuid" 64 #define STATE_FILE_EXT ".gcm" void gnc_state_save(const QofSession *session)
Save the state to a state file on disk for the given session.
gint gnc_state_drop_sections_for(const gchar *partial_name)
Drop all sections from the state file whose name contains partial_name.
GKeyFile * gnc_state_get_current(void)
Returns a pointer to the most recently loaded state.
GKeyFile * gnc_state_load(const QofSession *session)
Load the state from a state file on disk for the given session.