Method

WPEWebKitWebContextset_web_process_extensions_initialization_user_data

Declaration [src]

void
webkit_web_context_set_web_process_extensions_initialization_user_data (
  WebKitWebContext* context,
  GVariant* user_data
)

Description [src]

Set user data to be passed to Web Extensions on initialization.

The data will be passed to the WebKitWebProcessExtensionInitializeWithUserDataFunction. This method must be called before loading anything in this context, otherwise it will not have any effect. You can connect to WebKitWebContext::initialize-web-process-extensions to call this method before anything is loaded.

Available since:2.4

Parameters

user_data GVariant
 

A GVariant.

 The data is owned by the caller of the function.