Gio.ActionGroup::action-removed
connect('action-removed', function (actionGroup, action_name: String, ): void);
Signals that an action is just about to be removed from the group. This signal is emitted before the action is removed, so the action is still visible and can be queried from the signal handler.
Since 2.28
- actionGroup
instance of Gio.ActionGroup that is emitting the signal
- action_name
the name of the action in @action_group