Method

IdeTaskreturn_error

Declaration

void
ide_task_return_error (
  IdeTask* self,
  GError* error
)

Description

Sets error as the result of the IdeTask.

Available since:3.32

Parameters

error GError*
 

A GError.

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