Method
WebKit2WebContextset_web_extensions_directory
Declaration [src]
void
webkit_web_context_set_web_extensions_directory (
WebKitWebContext* context,
const gchar* directory
)
Description [src]
Set the directory where WebKit will look for web process extensions.
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-extensions
to call this method
before anything is loaded.