SimpleAsyncResult.setErrorVa

Sets an error within the asynchronous result without a #GError. Unless writing a binding, see g_simple_async_result_set_error().

More...
class SimpleAsyncResult
void
setErrorVa
(,
int code
,
string format
,
void* args
)

Parameters

domain GQuark

a #GQuark (usually #G_IO_ERROR).

code int

an error code.

format string

a formatted error reporting string.

args void*

va_list of arguments.

Detailed Description

Deprecated: Use #GTask and g_task_return_error() instead.

Meta