Function browser_window_core::prelude::cbw_Application_run[][src]

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.