Package: gio

Function g-notification-new

Lambda List

g-notification-new (title)

Arguments

title -- a string with the title of the notification

Return Value

A new g-notification instance.

Details

Creates a new notification with title as its title. After populating the notification with more details, it can be sent to the desktop shell with the g-application-send-notification function. Changing any properties after this call will not have any effect until resending the notification.
 

See also

*2021-10-13