Gtk.Action.prototype.block_activate
function block_activate():void {
// Gjs wrapper for gtk_action_block_activate()
}Disable activation signals from the action
This is needed when updating the state of your proxy Gtk.Activatable widget could result in calling Gtk.Action.prototype.activate, this is a convenience function to avoid recursing in those cases (updating toggle state for instance).
Since 2.16