[ Version ( since = "2.4" ) ]
public signal void changed (string accel_path, uint accel_key, ModifierType accel_mods)
Notifies of a change in the global accelerator map.
The path is also used as the detail for the signal, so it is possible to connect to changed::`accel_path`.
accel_path |
the path of the accelerator that changed |
accel_key |
the key value for the new accelerator |
accel_mods |
the modifier mask for the new accelerator |