Socket.addOnPlugRemoved

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.

class Socket
gulong
addOnPlugRemoved
(
bool delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

TRUE to stop other handlers from being invoked.