webview_destroy

Function webview_destroy 

Source
pub unsafe extern "C" fn webview_destroy(
    w: webview_t,
) -> webview_error_t
Expand description

Destroys a webview instance and closes the native window.

@param w The webview instance.