44 G_DECLARE_FINAL_TYPE (GncPluginFileHistory, gnc_plugin_file_history, GNC, PLUGIN_FILE_HISTORY, GncPlugin)
void gnc_history_add_file(const char *newfile)
Add a file name to the front of the file "history list".
GncPlugin * gnc_plugin_file_history_new(void)
Create a new file history plugin.
char * gnc_history_get_last(void)
Retrieve the name of the file most recently accessed.
void gnc_history_remove_file(const char *oldfile)
Remove all occurrences of a file name from the history list.
gboolean gnc_history_test_for_file(const char *oldfile)
Test for a file name existing in the history list.