Package: gdk

Function gdk:display-notify-startup-complete

Lambda List

gdk:display-notify-startup-complete (display startup)

Arguments

display -- a gdk:display object
startup -- a string with a startup notification identifier, for which notification process should be completed

Details

Indicates to the GUI environment that the application has finished loading, using a given identifier. GTK will call this function automatically for gtk:window widgets with a custom startup notification identifier unless the gtk:window-set-auto-startup-notification function is called to disable that feature.

Warning

The gdk:display-notify-startup-complete function is deprecated since 4.10. Using the gdk:toplevel-startup-id function is sufficient.
 

See also

#2024-1-7