Method

IdeTaskreturn_int

Declaration

void
ide_task_return_int (
  IdeTask* self,
  gssize result
)

Description

Sets the result of the task to result.

Other tasks depending on the result will be notified after returning to the GMainContext of the task.

Available since:3.32

Parameters

result gssize
 

The result for the task.