get_javascript_global_context
Description:
[ Version ( deprecated = true , deprecated_since = "2.22" ) ]
public unowned GlobalContext get_javascript_global_context ()
public unowned GlobalContext get_javascript_global_context ()
Warning: get_javascript_global_context is deprecated since 2.22.
Get the global JavaScript context.
Note:
Use get_context instead.
Get the global JavaScript context used by this to deserialize the result values of scripts executed with run_javascript.
Parameters:
this |
a WebView |
Returns:
the JSGlobalContextRef used by this to deserialize the result values of scripts. |