Method
WebKit2UserContentManageradd_style_sheet
Declaration [src]
void
webkit_user_content_manager_add_style_sheet (
  WebKitUserContentManager* manager,
  WebKitUserStyleSheet* stylesheet
)
Description [src]
Adds a WebKitUserStyleSheet to the given WebKitUserContentManager.
The same WebKitUserStyleSheet can be reused with multiple
WebKitUserContentManager instances.
| Available since: | 2.6 | 
Parameters
| stylesheet | WebKitUserStyleSheet | 
| A  | |
| The data is owned by the caller of the function. |