Method
PhoshNotificationset_timestamp
Declaration [src]
void
phosh_notification_set_timestamp (
PhoshNotification* self,
GDateTime* timestamp
)
Description [src]
Sets the timestamp of a notification. If NULL
is passed it’s set
to the current date and time.
Parameters
timestamp |
GDateTime |
A timestamp or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |