signal callback delegate or function to connect
void callback(gtk.window.Window window, gtk.application.Application application)
window the #GtkWindow 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 #GtkWindow is removed from application, either as a side-effect of being destroyed or explicitly through gtk.application.Application.removeWindow.