JavascriptResult.getValue

Get the value of @js_result. You should use the <function>JSGlobalContextRef</function> returned by webkit_javascript_result_get_global_context() to use the <function>JSValueRef</function>.

More...
class JavascriptResult
JSValueRef
getValue
()

Return Value

Type: JSValueRef

the <function>JSValueRef</function> of the #WebKitJavascriptResult

Detailed Description

Deprecated: Use webkit_javascript_result_get_js_value() instead.

Meta