set_error_va
Description:
public void set_error_va (
Quark domain,
int code,
string format,
va_list args)
Sets an error within the asynchronous result without a Error.
Unless writing a binding, see set_error.
Parameters:
this |
a SimpleAsyncResult.
|
domain |
a Quark (usually G_IO_ERROR ).
|
code |
an error code.
|
format |
a formatted error reporting string.
|
args |
va_list of arguments.
|