[][src]Function browser_window_c::cbw_Application_run

pub unsafe extern "C" fn cbw_Application_run(
    app: *mut cbw_Application,
    on_ready: cbw_ApplicationReadyFn,
    user_data: *mut c_void
) -> c_int

Runs the event loop. Calls the on_ready callback when app can be used.