JavascriptResult
Object Hierarchy:
Description:
[ CCode ( ref_function = "webkit_javascript_result_ref" , type_id = "webkit_javascript_result_get_type ()" , unref_function = "webkit_javascript_result_unref" ) ]
[ Compact ]
public class JavascriptResult
Result of JavaScript evaluation in a web view.
Content:
Methods:
- public unowned JavascriptResult @ref ()
Atomically increments the reference count of
this by one.
- public unowned GlobalContext get_global_context ()
Get the global Javascript context.
- public unowned Value get_js_value ()
Get the Value of
this.
- public unowned Value get_value ()
Get the value of this.
- public void unref ()
Atomically decrements the reference count of
this by one.