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). Since 2.36

class Task
void
returnBoolean
(
int result
)

Parameters

result int

the gboolean result of a task function.

Meta