create_input_context_async
Description:
public async void create_input_context_async (string client_name, int timeout_msec, Cancellable? cancellable)
Create an input context for client asynchronously.
Parameters:
| this |
An Bus. |
| client_name |
Name of client. |
| timeout_msec |
The timeout in milliseconds or -1 to use the default timeout. |
| cancellable |
A Cancellable or |
| callback |
A TaskReadyCallback to call when the request is satisfied. It should
not be |
| user_data |
The data to pass to callback. |