Method
WebKitWebViewrun_async_javascript_function_in_world
Declaration [src]
void
webkit_web_view_run_async_javascript_function_in_world (
WebKitWebView* web_view,
const gchar* body,
GVariant* arguments,
const char* world_name,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
body
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. arguments
-
Type:
GVariant
No description available.
The data is owned by the caller of the function. world_name
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. cancellable
-
Type:
GCancellable
No description available.
The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
No description available.
The argument can be NULL
. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.