Task.returnInt

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
returnInt

Parameters

result gssize

the integer (gssize) result of a task function.

Meta