Method

PurpleMessageset_timestamp

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

Parameters

timestamp

Type: GDateTime

The GDateTime of the message.

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