23 #ifndef GNC_MENU_EXTENSIONS_H 24 #define GNC_MENU_EXTENSIONS_H 35 typedef struct _ExtensionInfo
40 gchar *action_label_original;
42 gchar *action_tooltip;
48 GNCMenuItemTypes type;
49 gboolean accel_assigned;
52 GSList *gnc_extensions_get_menu_list (
void);
53 void gnc_extension_invoke_cb (SCM extension, SCM window);
61 void gnc_add_scm_extension (SCM extension);
66 void gnc_extensions_shutdown (
void);