@set
Description:
[
CCode ( cname =
"g_set_error" ) ]
public static void @set (
out Error? dest,
Quark domain,
int code,
string format, ...)
Does nothing if err
is null; if err
is non-null,
then *err
must be null.
A new Error is created and assigned to *err
.
Parameters:
domain |
error domain
|
code |
error code
|
format |
printf-style format
|
... |
args for format
|
err |
a return location for a Error
|