WebView.callAsyncJavascriptFunctionFinish

Finish an asynchronous operation started with webkit.web_view.WebView.callAsyncJavascriptFunction.

class WebView
callAsyncJavascriptFunctionFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: javascriptcore.value.Value

a #JSCValue with the return value of the async function or null in case of error

Throws