get_async_result_message


Description:

public unowned Message? get_async_result_message (AsyncResult result)

Gets the [class@Message] of the result asynchronous operation This is useful to get the [class@Message] of an asynchronous operation started by this from its [callback@Gio.

AsyncReadyCallback].

Parameters:

this

a Session

result

the AsyncResult passed to your callback

Returns:

a Message or null if result is not a valid this async operation result.