API Version: 41.0
Library Version: 41.0
void ide_task_return_new_error ( IdeTask* self, GQuark error_domain, gint error_code, const gchar* format, ... )
Creates a new GError and sets it as the result for the task.
GError
error_domain
GQuark
The error domain of the GError.
error_code
gint
The error code for the GError.
format
const gchar*
The printf-style format string.
...