API Version: 42.0
Library Version: 42.0
Generated by gi-docgen 2023.1
since: 3.32
void ide_task_return_int ( IdeTask* self, gssize result )
Sets the result of the task to result.
result
Other tasks depending on the result will be notified after returning to the GMainContext of the task.
GMainContext
Available since: 3.32
Type: gssize
gssize
The result for the task.