Package: gio

Function gio:notification-new

Lambda List

gio:notification-new (title)

Arguments

title -- a string with the title of the notification

Return Value

The 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

2024-12-28