|
GnuCash
2.6.99
|
Functions providing the file history menu. More...
#include "gnc-plugin.h"Go to the source code of this file.
Data Structures | |
| struct | GncPluginFileHistory |
| struct | GncPluginFileHistoryClass |
Macros | |
| #define | GNC_TYPE_PLUGIN_FILE_HISTORY (gnc_plugin_file_history_get_type ()) |
| #define | GNC_PLUGIN_FILE_HISTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_FILE_HISTORY, GncPluginFileHistory)) |
| #define | GNC_PLUGIN_FILE_HISTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_FILE_HISTORY, GncPluginFileHistoryClass)) |
| #define | GNC_IS_PLUGIN_FILE_HISTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_FILE_HISTORY)) |
| #define | GNC_IS_PLUGIN_FILE_HISTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_FILE_HISTORY)) |
| #define | GNC_PLUGIN_FILE_HISTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_FILE_HISTORY, GncPluginFileHistoryClass)) |
| #define | GNC_PLUGIN_FILE_HISTORY_NAME "gnc-plugin-file-history" |
Functions | |
| GType | gnc_plugin_file_history_get_type (void) |
| GncPlugin * | gnc_plugin_file_history_new (void) |
| void | gnc_history_add_file (const char *newfile) |
| void | gnc_history_remove_file (const char *oldfile) |
| char * | gnc_history_get_last (void) |
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.
1.8.6