Method

IdeTaskreturn_error

Declaration

void
ide_task_return_error (
  IdeTask* self,
  GError* error
)

Description

Sets error as the result of the IdeTask.

Parameters

error

Type: GError

A GError.

The instance takes ownership of the data, and is responsible for freeing it.