webview_terminate

Function webview_terminate 

Source
pub unsafe extern "C" fn webview_terminate(w: *mut c_void) -> i32
Expand description

Stops the main loop. It is safe to call this function from another background thread.

@param w The webview instance.