GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_app_task.h
Go to the documentation of this file.
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2025 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
13
14#ifndef WIDGETS_GP_APP_TASK_H
15#define WIDGETS_GP_APP_TASK_H
16
17#include <input/gp_task.h>
18
27
36
37#endif /* WIDGETS_GP_APP_TASK_H */
void gp_app_task_stop(gp_task *task)
Removes a task from the widgets main loop.
void gp_app_task_start(gp_task *task)
Inserts a task into the widgets main loop.
Application tasks.
A task.
Definition gp_task.h:48