Method
IdeTaskreturn_new_error
Declaration
void
ide_task_return_new_error (
IdeTask* self,
GQuark error_domain,
gint error_code,
const gchar* format,
...
)
Parameters
error_domain |
GQuark |
The error domain of the |
|
error_code |
gint |
The error code for the |
|
format |
const gchar* |
The printf-style format string. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
... |
none |
No description available. |