signal callback delegate or function to connect
void callback(gtk.window.Window window, gtk.application.Application application)
window the gtk.window.Window that is being removed (optional)
application the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to WindowRemoved signal.
Emitted when a gtk.window.Window is removed from application.
This can happen as a side-effect of the window being destroyed or explicitly through gtk.application.Application.removeWindow.