Method

IdeTaskreturn_new_error

Declaration

void
ide_task_return_new_error (
  IdeTask* self,
  GQuark error_domain,
  gint error_code,
  const gchar* format,
  ...
)

Description

Creates a new GError and sets it as the result for the task.

This method is not directly available to language bindings.

Parameters

error_domain

Type: GQuark

The error domain of the GError.

error_code

Type: gint

The error code for the GError.

format

Type: const gchar*

The printf-style format string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
...

Type: 

No description available.