X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/92806042fbacaadd1a9216d01c7b2503ede459af..db771541ff9b86b3ef5e204d5d5d659ccf66e7e6:/src/vikexttools.h?ds=sidebyside diff --git a/src/vikexttools.h b/src/vikexttools.h index d85d2956..35fac628 100644 --- a/src/vikexttools.h +++ b/src/vikexttools.h @@ -27,8 +27,12 @@ #include "vikexttool.h" +G_BEGIN_DECLS + void vik_ext_tools_register ( VikExtTool *tool ); void vik_ext_tools_unregister_all (); -void vik_ext_tools_add_menu_items ( VikWindow *vwindow, GtkUIManager *uim ); +void vik_ext_tools_add_action_items ( VikWindow *vwindow, GtkUIManager *uim, GtkActionGroup *action_group, guint mid ); + +G_END_DECLS #endif