set_error
Description:
[
PrintfFormat ]
public void set_error (
Quark domain,
int code,
string format, ...)
Sets an error within the asynchronous result without a Error.
Parameters:
this |
a SimpleAsyncResult.
|
domain |
a Quark (usually G_IO_ERROR ).
|
code |
an error code.
|
format |
a formatted error reporting string.
|
... |
a list of variables to fill in format .
|