Method
PurpleMessageset_timestamp
unstable since: 3.0
Declaration [src]
void
purple_message_set_timestamp (
PurpleMessage* message,
GDateTime* timestamp
)
Description [src]
Sets the timestamp of message
.
Available since: 3.0
Sets property | Purple.Message:timestamp |
Parameters
timestamp
-
Type:
GDateTime
The
GDateTime
of the message.The argument can be NULL
.The data is owned by the caller of the method.