WebResource.getDataFinish

Finish an asynchronous operation started with webkit_web_resource_get_data().

class WebResource
char[]
getDataFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: char[]

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

GException on failure.

Meta