What we know about an app. More...
#include <apps.h>
Public Attributes | |
| gchar * | name |
| The name of the app, just for logging purposes. | |
| GModule * | mod |
| The actual module. More... | |
| qio_app_cb | init |
| Default setup and run function. | |
| qio_app_cb | exit |
| Makes the app exit. | |
What we know about an app.
| GModule* app::mod |
The actual module.
Closed when QIO is shutting down.
1.8.6