Method
PurpleMessageset_delivered_at
unstable since: 3.0
Declaration [src]
void
purple_message_set_delivered_at (
PurpleMessage* message,
GDateTime* datetime
)
Description [src]
Sets the delivery time.
Note
Setting this will also set PurpleMessage:delivered according to
whether a new timestamps was provided or not.
Available since: 3.0
| Sets property | Purple.Message:delivered-at |
Parameters
datetime-
Type:
GDateTimeThe time the message was delivered.
The argument can be NULL.The data is owned by the caller of the method.