|
GnuCash 2.4.99
|
Functions providing the file history menu. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include <glib/gprintf.h>#include <string.h>#include "gnc-gkeyfile-utils.h"#include "gnc-file.h"#include "gnc-main-window.h"#include "gnc-plugin-file-history.h"#include "gnc-window.h"#include "gnc-engine.h"#include "gnc-gconf-utils.h"#include "gnc-uri-utils.h"Go to the source code of this file.
Data Structures | |
| struct | GncPluginFileHistoryPrivate |
Defines | |
| #define | FILENAME_STRING "filename" |
| #define | PLUGIN_ACTIONS_NAME "gnc-plugin-file-history-actions" |
| #define | PLUGIN_UI_FILENAME "gnc-plugin-file-history-ui.xml" |
| #define | GNOME1_HISTORY "History" |
| #define | GNOME1_MAXFILES "MaxFiles" |
| #define | GNC_PLUGIN_FILE_HISTORY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_PLUGIN_FILE_HISTORY, GncPluginFileHistoryPrivate)) |
Typedefs | |
| typedef struct GncPluginFileHistoryPrivate | GncPluginFileHistoryPrivate |
Functions | |
| void | gnc_history_add_file (const char *newfile) |
| void | gnc_history_remove_file (const char *oldfile) |
| char * | gnc_history_get_last (void) |
| GType | gnc_plugin_file_history_get_type (void) |
| GncPlugin * | gnc_plugin_file_history_new (void) |
Functions providing the file history menu.
Definition in file gnc-plugin-file-history.c.
1.7.4