loader_get_application_name

Function loader_get_application_name 

Source
pub unsafe extern "C" fn loader_get_application_name(
    instance: *mut Loader,
    name: *mut FuriString,
) -> bool
Expand description

Get the name of the currently running application

§Arguments

  • instance (direction in) - pointer to the loader instance
  • name (direction in, out) - pointer to the string to contain the name (must be allocated)

§Returns

true if it was possible to get an application name, false otherwise