Method

PurpleNotificationset_created_timestamp

since: 3.0

Declaration [src]

void
purple_notification_set_created_timestamp (
  PurpleNotification* notification,
  GDateTime* timestamp
)

Description [src]

Sets the created timestamp of notification to timestamp.

Timestamp is internally converted to UTC so you don’t need to do that ahead of time.

If timestamp is NULL, the current time will be used.

Available since: 3.0

Parameters

timestamp

Type: GDateTime

The new timestamp.

The data is owned by the caller of the function.