webview_get_native_handle

Function webview_get_native_handle 

Source
pub unsafe extern "C" fn webview_get_native_handle(
    w: *mut c_void,
    kind: u32,
) -> *mut c_void
Expand description

Get a native handle of choice.

@param w The webview instance. @param kind The kind of handle to retrieve. @return The native handle or @c NULL. @since 0.11