Method

PurpleMessageset_delivered_at

since: 3.0

Declaration [src]

void
purple_message_set_delivered_at (
  PurpleMessage* message,
  GDateTime* datetime
)

Description [src]

Sets the delivery time of message to datetime.

Note: Setting this will also set PurpleMessage:delivered. If datetime is NULL it will be set to FALSE, otherwise TRUE.

Available since: 3.0

Parameters

datetime

Type: GDateTime

The time of delivery.

The argument can be NULL.
The data is owned by the caller of the function.