return_error_valist
Description:
[ DestroysInstance ]
public void return_error_valist (Quark domain, int code, string format, va_list var_args)
public void return_error_valist (Quark domain, int code, string format, va_list var_args)
Like return_error but intended for language bindings.
This method will take ownership of this. See DBusInterfaceVTable for more information about the ownership of this.
Parameters:
this | |
domain | |
code |
The error code. |
format |
printf-style format. |
var_args |
va_list of parameters for |