pub unsafe extern "C" fn webview_set_title(
w: webview_t,
title: *const c_char,
) -> webview_error_tExpand description
Updates the title of the native window.
@param w The webview instance. @param title The new title.
pub unsafe extern "C" fn webview_set_title(
w: webview_t,
title: *const c_char,
) -> webview_error_tUpdates the title of the native window.
@param w The webview instance. @param title The new title.