|
GnuCash
2.6.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-prefs.h"#include "gnc-uri-utils.h"Go to the source code of this file.
Data Structures | |
| struct | GncPluginFileHistoryPrivate |
Macros | |
| #define | FILENAME_STRING "filename" |
| #define | MAX_HISTORY_FILES 10 /* May be any number up to 10 */ |
| #define | GNC_PREFS_GROUP_HISTORY "history" |
| #define | GNC_PREF_HISTORY_MAXFILES "maxfiles" |
| #define | HISTORY_STRING_FILE_N "file%d" |
| #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.8.6