[ Version ( deprecated = true , deprecated_since = "2.46" ) ]
public void set_error_va (Quark domain, int code, string format, va_list args)
Warning: set_error_va is deprecated since 2.46.
Sets an error within the asynchronous result without a Error.
Use Task and return_error instead.
Unless writing a binding, see set_error.
this | |
domain |
a Quark (usually g_io_error). |
code |
an error code. |
format |
a formatted error reporting string. |
args |
va_list of arguments. |