#include <ra8_app.h>
|
| const ra8_app_vtable_t * | vt |
| | Lifecycle table (non-NULL).
|
| void * | ctx |
| | App-specific state.
|
| uint16_t | id |
| | Unique app id (launch key).
|
| const char * | name |
| | Display name for the launcher.
|
| bool | removable |
| | Optional/uninstallable core?
|
| bool | initialized |
| | Set true once init succeeded.
|
Definition at line 148 of file ra8_app.h.
◆ ctx
App-specific state.
Definition at line 150 of file ra8_app.h.
◆ id
◆ initialized
| bool ra8_app::initialized |
Set true once init succeeded.
Definition at line 154 of file ra8_app.h.
◆ name
| const char* ra8_app::name |
Display name for the launcher.
Definition at line 152 of file ra8_app.h.
◆ removable
Optional/uninstallable core?
Definition at line 153 of file ra8_app.h.
◆ vt
Lifecycle table (non-NULL).
Definition at line 149 of file ra8_app.h.
The documentation for this struct was generated from the following file: