Task.returnBoolean

Sets @task's result to @result and completes the task (see g_task_return_pointer() for more discussion of exactly what this means).

class Task
void
returnBoolean
(
bool result
)

Parameters

result bool

the #gboolean result of a task function.

Meta

Since

2.36