23 #ifndef GNC_MENU_EXTENSIONS_H 24 #define GNC_MENU_EXTENSIONS_H 35 typedef struct _ExtensionInfo
41 gchar *action_tooltip;
47 GNCMenuItemTypes type;
48 gboolean accel_assigned;
51 GSList *gnc_extensions_get_menu_list (
void);
52 void gnc_extension_invoke_cb (SCM extension, SCM window);
60 void gnc_add_scm_extension (SCM extension);
65 void gnc_extensions_shutdown (
void);