[][src]Function browser_window_c::cbw_BrowserWindow_drop

pub unsafe extern "C" fn cbw_BrowserWindow_drop(bw: *mut cbw_BrowserWindow)

Marks the browser window handle as not being used anymore. This makes it so that if and when the window gets closed, everything is freed and cleaned from memory. This function can be called from any thread so it needs to be thread safe.