Function flipperzero_sys::flipper_application_spawn
source · pub unsafe extern "C" fn flipper_application_spawn(
app: *mut FlipperApplication,
args: *mut c_void
) -> *mut FuriThreadExpand description
@brief Create application thread at entry point address, using app name and stack size from metadata. Returned thread isn’t started yet. Can be only called once for application instance. @param app Applicaiton pointer @param args Object to pass to app’s entry point @return Created thread