Function browser_window::prelude::cbw_Application_run
source · pub unsafe extern "C" fn cbw_Application_run(
app: *mut cbw_Application,
on_ready: Option<unsafe extern "C" fn(_: *mut cbw_Application, _: *mut c_void)>,
user_data: *mut c_void
) -> i32
Expand description
Runs the event loop.
Calls the on_ready
callback when app
can be used.