Class (GI Struct)

WebKit-6.0WebKitUserScriptSince 2.6

A JavaScript snippet which can be injected in loaded pages.

2.6

Index

Constructors

Properties

Methods

Constructors

Properties

$gtype: GType<UserScript>

Methods

  • Atomically decrements the reference count of user_script by one.

    If the reference count drops to 0, all memory allocated by WebKit.UserScript is released. This function is MT-safe and may be called from any thread.

    Returns void