WebResource.getDataFinish

ubyte[] getDataFinish(gio.async_result.AsyncResult result)

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

Parameters

resulta #GAsyncResult

Returns

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