notify_startup_complete
Description:
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public void notify_startup_complete (string startup_id)
public void notify_startup_complete (string startup_id)
Warning: notify_startup_complete is deprecated since 4.10.
Indicates to the GUI environment that the application has finished loading, using a given identifier.
Note:
Using [method@Gdk.Toplevel.set_startup_id] is sufficient
GTK will call this function automatically for [GtkWindow](../gtk4/class.Window.html) with custom startup-notification identifier unless [ set_auto_startup_notification]( ../gtk4/method.Window.set_auto_startup_notification.html) is called to disable that feature.
Parameters:
this |
a `GdkDisplay` |
startup_id |
a startup-notification identifier, for which notification process should be completed |