WebContext.connectInitializeWebProcessExtensions
gulong connectInitializeWebProcessExtensions(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : webkit.web_context.WebContext)))
&& Parameters!T.length < 2)Connect to InitializeWebProcessExtensions signal.
This signal is emitted when a new web process is about to be launched. It signals the most appropriate moment to use [webkit.web_context.WebContext.setWebProcessExtensionsInitializationUserData] and [webkit.web_context.WebContext.setWebProcessExtensionsDirectory].
Parameters
callback | signal callback delegate or function to connect void callback(webkit.web_context.WebContext webContext) webContext the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID