webkit2gtk-web-extension-4.0
Description:
WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable for projects requiring any kind of web integration, from hybrid
HTML/CSS applications to full-fledged web browsers. This is the library to use to build extensions running in the separated webprocess.
Content:
Namespaces:
- WebKit
Classes:
Enums:
Delegates:
- public delegate void WebExtensionInitializeFunction (WebExtension extension)
Type definition for a function that will be called to initialize the
web extension when the web process starts.
- public delegate void WebExtensionInitializeWithUserDataFunction (WebExtension extension, Variant user_data)
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_set_web_extensions_initialization_user_data
.
- DOM
Interfaces:
Classes:
Constants:
Delegates: