pub unsafe extern "C" fn webview_set_html(
w: *mut c_void,
html: *const i8,
) -> i32Expand description
Load HTML content into the webview.
Example: @code{.c} webview_set_html(w, “
Hello
”); @endcode@param w The webview instance. @param html HTML content.