Method
PurpleMessageset_error
unstable since: 3.0
Declaration [src]
void
purple_message_set_error (
PurpleMessage* message,
GError* error
)
Description [src]
Sets the error of message
to error
. Primarily this will be used for
delivery failure.
Available since: 3.0
Sets property | Purple.Message:error |
Parameters
error
-
Type:
GError
The error to set.
The argument can be NULL
.The data is owned by the caller of the method.