API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.36
void g_task_return_boolean ( GTask* task, gboolean result )
Sets task‘s result to result and completes the task (see g_task_return_pointer() for more discussion of exactly what this means).
task
result
g_task_return_pointer()
Available since: 2.36
Type: gboolean
gboolean
The #gboolean result of a task function.