Gtk.Socket::plug-removed
function callback(socket, ):Boolean;
This signal is emitted when a client is removed from the socket. The default action is to destroy the Gtk.Socket widget, so if you want to reuse it you must add a signal handler that returns true.
- socket
instance of Gtk.Socket that is emitting the signal
- Returns
true to stop other handlers from being invoked.