webview_set_title

Function webview_set_title 

Source
pub unsafe extern "C" fn webview_set_title(
    w: webview_t,
    title: *const c_char,
) -> webview_error_t
Expand description

Updates the title of the native window.

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