WebKit2.ScriptDialog.unref (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Methods
close confirm_set_confirmed get_dialog_type get_message prompt_get_default_text prompt_set_text ref unref
Generated by gi-docgen 2023.4
Method
WebKit2ScriptDialogunref
since: 2.24
Declaration [src]
void
webkit_script_dialog_unref (
WebKitScriptDialog* dialog
)
Description [src]
Atomically decrements the reference count of dialog
by one.
If the reference count drops to 0, all memory allocated by the WebKitScriptdialog
is released. This function is MT-safe and may be called from any thread.
Available since: 2.24