Method

PurpleMessageget_timestamp

since: 3.0

Declaration [src]

GDateTime*
purple_message_get_timestamp (
  PurpleMessage* message
)

Description [src]

Returns a messages timestamp. If message does not currently have a timestamp, the current time will be set as the time stamp and returned.

Available since: 3.0

Return value

Type: GDateTime

The GDateTime timestamp from message.

The data is owned by the instance.