Notification.this
this
(string title)Creates a new #GNotification with title as its title.
After populating notification with more details, it can be sent to the desktop shell with [gio.application.Application.sendNotification]. Changing any properties after this call will not have any effect until resending notification.
Parameters
title | the title of the notification |
Returns
a new #GNotification instance