GtkApplicationClass.windowRemoved

Signal emitted when a gtk.window.Window is removed from application, either as a side-effect of being destroyed or explicitly through gtk.application.Application.removeWindow.

struct GtkApplicationClass
extern (C)
void function(GtkApplication* application, GtkWindow* window) windowRemoved;