Function flipperzero_sys::loader_start

source ·
pub unsafe extern "C" fn loader_start(
    instance: *mut Loader,
    name: *const c_char,
    args: *const c_char,
    error_message: *mut FuriString,
) -> LoaderStatus
Expand description

Start application

§Arguments

  • instance (direction in) - loader instance
  • name (direction in) - application name or id
  • args (direction in) - application arguments
  • error_message (direction out) - detailed error message, can be NULL

§Returns

LoaderStatus