GtkAction::disconnect_accelerator

void disconnect_accelerator();

This method basically undoes the effect on one call to connect_accelerator() .

This method does NOT destroy the accelerator, only disconnects it from the action. The accelerator is still available for future connections.

See also: connect_accelerator()