Session.getAsyncResultMessage

Gets the classMessage of the result asynchronous operation This is useful to get the classMessage of an asynchronous operation started by session from its gio.types.AsyncReadyCallback.

class Session
getAsyncResultMessage

Parameters

result gio.async_result.AsyncResult

the #GAsyncResult passed to your callback

Return Value

Type: soup.message.Message

a #SoupMessage or null if result is not a valid session async operation result.