webview_set_title

Function webview_set_title 

Source
pub unsafe extern "C" fn webview_set_title(
    w: *mut c_void,
    title: *const i8,
) -> i32
Expand description

Updates the title of the native window.

@param w The webview instance. @param title The new title.