Application metadata. More...
Data Fields | |
| char | icon_name [DESKTOP_ICON_NAME_SIZE] |
| Filename of icon. | |
| char | icon_text [DESKTOP_ICON_TEXT_SIZE] |
| Text to draw under the icon. | |
| workqueue_func_t | task |
| Worker function to launch application with. | |
Application metadata.
Definition at line 177 of file app_desktop.c.
| char app_config::icon_name[DESKTOP_ICON_NAME_SIZE] |
Filename of icon.
Definition at line 179 of file app_desktop.c.
| char app_config::icon_text[DESKTOP_ICON_TEXT_SIZE] |
Text to draw under the icon.
Definition at line 181 of file app_desktop.c.
Worker function to launch application with.
Definition at line 183 of file app_desktop.c.
Referenced by app_desktop_handler().
1.6.3