Method
IbisMessagetake_error
since: 0.1
Declaration [src]
void
ibis_message_take_error (
IbisMessage* message,
GError* error
)
Description [src]
Sets the error for message
to error
taking ownership of error
.
Available since: 0.1
Parameters
error
-
Type:
GError
The new error message.
The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it.