WebResource.getDataFinish

Finish an asynchronous operation started with webkit.web_resource.WebResource.getData.

class WebResource
ubyte[]
getDataFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: ubyte[]

a string with the data of resource, or null in case of error. if length is not null, the size of the data will be assigned to it.

Throws