27 #ifndef __GNC_PLUGIN_BUDGET_H 28 #define __GNC_PLUGIN_BUDGET_H 37 #define GNC_TYPE_PLUGIN_BUDGET (gnc_plugin_budget_get_type ()) 38 G_DECLARE_FINAL_TYPE (GncPluginBudget, gnc_plugin_budget, GNC, PLUGIN_BUDGET, GncPlugin)
40 #define GNC_PLUGIN_BUDGET_NAME "gnc-plugin-budget" 43 GncPlugin *gnc_plugin_budget_new (
void);
46 GncBudget * gnc_budget_gui_select_budget (GtkWindow *parent, QofBook *book);
Functions for adding plugins to a GnuCash window.