[ CCode ( has_construct_function = false ) ]
public Notification (string title)
Creates a new Notification with title
as its title.
After populating notification
with more details, it can be sent to the desktop shell with
send_notification. Changing any properties after this call will not
have any effect until resending notification
.
title |
the title of the notification |
a new Notification instance |