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
26
void
gp_app_task_start
(
gp_task
*task);
27
35
void
gp_app_task_stop
(
gp_task
*task);
36
37
#endif
/* WIDGETS_GP_APP_TASK_H */
gp_app_task_stop
void gp_app_task_stop(gp_task *task)
Removes a task from the widgets main loop.
gp_app_task_start
void gp_app_task_start(gp_task *task)
Inserts a task into the widgets main loop.
gp_task.h
Application tasks.
gp_task
A task.
Definition
gp_task.h:48
include
widgets
gp_app_task.h
Generated by
1.13.2