WebKit2.UserContentManager.prototype.add_style_sheet
function add_style_sheet(stylesheet: WebKit2.UserStyleSheet): void {
// Gjs wrapper for webkit_user_content_manager_add_style_sheet()
}
Adds a WebKit2.UserStyleSheet to the given WebKit2.UserContentManager. The same WebKit2.UserStyleSheet can be reused with multiple WebKit2.UserContentManager instances.
Since 2.6
- stylesheet