create_input_context_async_finish


Description:

public InputContext create_input_context_async_finish (AsyncResult res) throws Error

Finishes an operation started with create_input_context_async.

Parameters:

this

An Bus.

res

A AsyncResult obtained from the TaskReadyCallback passed to create_input_context_async.

Returns:

An newly allocated InputContext if the "CreateInputContext" call is suceeded, null otherwise.