WebView.runJavascriptFromGresourceFinish

Finish an asynchronous operation started with webkit_web_view_run_javascript_from_gresource().

Check webkit_web_view_run_javascript_finish() for a usage example.

class WebView
runJavascriptFromGresourceFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

a #WebKitJavascriptResult with the result of the last executed statement in @script or %NULL in case of error

Throws

GException on failure.

Meta