Method

WPEWebKitJavascriptResultget_js_value

Declaration [src]

JSCValue*
webkit_javascript_result_get_js_value (
  WebKitJavascriptResult* js_result
)

Description [src]

Get the JSCValue of js_result.

Available since:2.22

Return value

Returns: JSCValue
 

The JSCValue of the WebKitJavascriptResult.

 The data is owned by the instance.