diff -r 71127797ca73 -r 6ae203c8b28d plover-gtk/transactionhelper.h --- a/plover-gtk/transactionhelper.h Wed Jul 15 16:04:47 2020 +0100 +++ b/plover-gtk/transactionhelper.h Tue Jun 29 10:08:58 2021 +0100 @@ -99,6 +99,8 @@ gboolean plover_transaction_helper_remove_group(PloverTransactionHelper *helper, const char *group,GError **error); +gboolean plover_transaction_helper_default_action_on_group( + PloverTransactionHelper *helper,const char *group,GError **error); gboolean plover_transaction_helper_update(PloverTransactionHelper *helper, GError **error);