GnuCash
5.6-150-g038405b370+
|
Functions providing the file history menu. More...
#include "gnc-plugin.h"
Go to the source code of this file.
Macros | |
#define | GNC_TYPE_PLUGIN_FILE_HISTORY (gnc_plugin_file_history_get_type ()) |
#define | GNC_PLUGIN_FILE_HISTORY_NAME "gnc-plugin-file-history" |
Functions | |
GncPlugin * | gnc_plugin_file_history_new (void) |
Create a new file history plugin. More... | |
void | gnc_history_add_file (const char *filename) |
Add a file name to the front of the file "history list". More... | |
void | gnc_history_remove_file (const char *oldfile) |
Remove all occurrences of a file name from the history list. More... | |
gboolean | gnc_history_test_for_file (const char *oldfile) |
Test for a file name existing in the history list. More... | |
char * | gnc_history_get_last (void) |
Retrieve the name of the file most recently accessed. More... | |
Functions providing the file history menu.
This plugin handles the file history information that appears in the application menus.
Definition in file gnc-plugin-file-history.h.