Method

IdeTaskreturn_boolean

Declaration

void
ide_task_return_boolean (
  IdeTask* self,
  gboolean 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.

Parameters

result

Type: gboolean

The result for the task.