WebKit2.UserScript.unref (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Methods
Generated by gi-docgen 2023.4
Method
WebKit2UserScriptunref
since: 2.6
Declaration [src]
void
webkit_user_script_unref (
WebKitUserScript* user_script
)
Description [src]
Atomically decrements the reference count of user_script
by one.
If the reference count drops to 0, all memory allocated byWebKitUserScript
is released. This function is MT-safe and may be called from any thread.
Available since: 2.6