Method

WebKit2UserContentManagerremove_script

since: 2.32

Declaration [src]

void
webkit_user_content_manager_remove_script (
  WebKitUserContentManager* manager,
  WebKitUserScript* script
)

Description [src]

Removes a WebKitUserScript from the given WebKitUserContentManager.

See also webkit_user_content_manager_remove_all_scripts().

Available since: 2.32

Parameters

script

Type: WebKitUserScript

A WebKitUserScript.

The data is owned by the caller of the method.