Notification.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(string title) nothrow

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

titlethe title of the notification

Returns

a new #GNotification instance