Method
WebKit2WebViewrun_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 |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
arguments |
GVariant* |
No description available. | |
The data is owned by the caller of the function. | |
world_name |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
No description available. | |
user_data |
gpointer |
No description available. |