Method
IbisMessageset_error
since: 0.1
Declaration [src]
void
ibis_message_set_error (
IbisMessage* message,
GError* error
)
Description [src]
Sets the error for message
to error
.
Available since: 0.1
Sets property | Ibis.Message:error |
Parameters
error
-
Type:
GError
The new error message.
The argument can be NULL
.The data is owned by the caller of the method.