Session.sendAndReadFinish

Gets the response to a soup.session.Session.sendAndReadAsync.

If successful, returns a glib.bytes.Bytes with the response body.

Parameters

resultthe #GAsyncResult passed to your callback

Returns

a #GBytes, or null on error.

Throws