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.

Parameters

source_object gpointer
  No description available.
callback GAsyncReadyCallback
  No description available.
callback_data gpointer
  No description available.
source_tag gpointer
  No description available.
domain GQuark
  No description available.
code gint
  No description available.
format const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
...
  No description available.