Signal
GtkApplication::window-removed
since: 4.0
Description [src]
Emitted when a window is removed from an application.
This can happen as a side-effect of the window being destroyed
or explicitly through gtk_application_remove_window().
| Default handler: The default handler is called before the handlers added via |
| Available since: 4.0 |
Parameters
window-
Type:
GtkWindowThe window that is being removed.
The data is owned by the caller of the function.