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,
...
)
Parameters
source_object-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
callback_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. source_tag-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. domain-
Type:
GQuarkNo description available.
code-
Type:
gintNo 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.