gnc-plugin-file-history.h File Reference


Detailed Description

Functions providing the file history menu.

Author:
Copyright (C) 2003,2005 David Hampton <hampton@employees.org>
This plugin handles the file history information that appears in the application menus.

Definition in file gnc-plugin-file-history.h.

#include "gnc-plugin.h"

Go to the source code of this file.

Data Structures

struct  GncPluginFileHistory
struct  GncPluginFileHistoryClass

Defines

#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"
#define MAX_HISTORY_FILES   10
#define HISTORY_STRING_SECTION   "history"
#define HISTORY_STRING_MAXFILES   "maxfiles"
#define HISTORY_STRING_FILE_N   "file%d"

Functions

GType gnc_plugin_file_history_get_type (void)
GncPlugingnc_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)


Generated on Tue Oct 14 05:05:10 2008 for GnuCash by  doxygen 1.5.2