AccelMap.lookupEntry

bool lookupEntry(string accelPath, out gtk.types.AccelKey key)

Looks up the accelerator entry for accel_path and fills in key.

Parameters

accelPatha valid accelerator path
keythe accelerator key to be filled in (optional)

Returns

true if accel_path is known, false otherwise