Signal detail or null (default)
signal callback delegate or function to connect
void callback(string accelPath, uint accelKey, gdk.types.ModifierType accelMods, gtk.accel_map.AccelMap accelMap)
accelPath the path of the accelerator that changed (optional)
accelKey the key value for the new accelerator (optional)
accelMods the modifier mask for the new accelerator (optional)
accelMap the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Changed signal.
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.