Function

IdeTaskreport_new_error

Declaration

void
ide_task_report_new_error (
  gpointer source_object,
  GAsyncReadyCallback callback,
  gpointer callback_data,
  gpointer source_tag,
  GQuark domain,
  gint code,
  const gchar* format,
  ...
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

source_object

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
callback

Type: GAsyncReadyCallback

No description available.

callback_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
source_tag

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
domain

Type: GQuark

No description available.

code

Type: gint

No description available.

format

Type: const gchar*

No description available.

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

Type: 

No description available.