|
Soletta™ Framework
|
Structure used to keep the application main callbacks. More...
#include <sol-mainloop.h>
Data Fields | |
| uint16_t | api_version |
| API version. More... | |
| uint16_t | flags |
| Application flags. More... | |
| void(* | shutdown )(void) |
Application shutdown function. More... | |
| void(* | startup )(void) |
Application startup function. More... | |
Structure used to keep the application main callbacks.
It's intended to be used through SOL_MAIN_DEFAULT. Keeps the startup and shutdown callbacks of the application that will be called by SOL_MAIN_DEFAULT when appropriated.
| uint16_t sol_main_callbacks::api_version |
API version.
| uint16_t sol_main_callbacks::flags |
Application flags.
| void(* sol_main_callbacks::shutdown)(void) |
Application shutdown function.
| void(* sol_main_callbacks::startup)(void) |
Application startup function.
1.8.6