Method

PurpleMessageget_delivered

unstable since: 3.0

Declaration [src]

gboolean
purple_message_get_delivered (
  PurpleMessage* message
)

Description [src]

Gets whether or not the message was delivered.

Note

It is up to the protocol implementations to set this which they may choose not to do.

If the protocol supports delivery receipts, PurpleMessage:error may be set as well if delivery failed.

Available since: 3.0

Return value

Type: gboolean

True if delivery was successful.