Method
PurpleNotificationset_created_timestamp
unstable 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
| Sets property | Purple.Notification:created-timestamp |
Parameters
timestamp-
Type:
GDateTimeThe new timestamp.
The data is owned by the caller of the method.