Notification.this

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.

class Notification
this
(
string title
)

Parameters

title string

the title of the notification

Return Value

a new #GNotification instance