webkitwebprocessextension.types

D types for webkitwebprocessextension6 library

Types 7

Type definition for a function that will be called to initialize the web extension when the web process starts.

Parameters

extensiona #WebKitWebProcessExtension

Type definition for a function that will be called to initialize the web extensions when the web process starts, and which receives as additional argument the user data set with webkit.web_context.WebContext.setWebProcessExtensionsInitializationUserData.

Parameters

extensiona #WebKitWebProcessExtension
userDataa #GVariant