Type Definition flipperzero_sys::ViewNavigationCallback
source · pub type ViewNavigationCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> u32>;Expand description
Re-export bindings View navigation callback @param context, pointer to context @return next view id @warning called from GUI thread