lookup_entry

function lookup_entry(accel_path:String):Boolean {
    // Gjs wrapper for gtk_accel_map_lookup_entry()
}

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

accel_path

a valid accelerator path

Returns

true if accel_path is known, false otherwise