Method

PurpleMessageset_error

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 propertyPurple.Message:error

Parameters

error

Type: GError

The error to set.

The argument can be NULL.
The instance takes ownership of the data, and is responsible for freeing it.