Display.notifyStartupComplete

Indicates to the GUI environment that the application has finished loading, using a given identifier.

GTK will call this function automatically for [class@Gtk.Window] with custom startup-notification identifier unless [method@Gtk.Window.set_auto_startup_notification] is called to disable that feature.

class Display
void
notifyStartupComplete
(
string startupId
)

Parameters

startupId string

a startup-notification identifier, for which notification process should be completed

Meta