[ Version ( since = "1.5.29" ) ]
public async void set_global_shortcut_keys_async (BusGlobalBindingType gtype, ProcessKeyEventData[] keys, int timeout_msec, Cancellable? cancellable)
Sete global shorcut keys for the Wayland session asynchronously.
| this |
An Bus. |
| gtype | |
| keys |
A null-terminated array of ProcessKeyEventData. |
| timeout_msec |
The timeout in milliseconds or -1 to use the default timeout. |
| cancellable |
A Cancellable or null. |
| callback |
A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation. |
| user_data |
The data to pass to callback. |