The Application API provides functions to manage the main event loop, the application's state change events, basic system events, and get information about the application.
Enumeration Type Documentation
Enumeration for application error.
- Since :
- 2.3
- Enumerator:
APP_ERROR_NONE |
Successful
|
APP_ERROR_INVALID_PARAMETER |
Invalid parameter
|
APP_ERROR_OUT_OF_MEMORY |
Out of memory
|
APP_ERROR_INVALID_CONTEXT |
Invalid application context
|
APP_ERROR_NO_SUCH_FILE |
No such file or directory
|
APP_ERROR_NOT_SUPPORTED |
Not supported (Since 4.0)
|
APP_ERROR_ALREADY_RUNNING |
Application is already running
|
APP_ERROR_PERMISSION_DENIED |
Permission denied (Since 2.3.1)
|