Indicates to the GUI environment that the application has
finished loading, using a given identifier.
GTK+ will call this function automatically for GtkWindow
with custom startup-notification identifier unless
gtk_window_set_auto_startup_notification() is called to
disable that feature.
Parameters
startup_id: string
a startup-notification identifier, for which notification process should be completed
Indicates to the GUI environment that the application has finished loading, using a given identifier.
GTK+ will call this function automatically for
GtkWindowwith custom startup-notification identifier unlessgtk_window_set_auto_startup_notification()is called to disable that feature.