signal callback delegate or function to connect
bool callback(gtk.socket.Socket socket)
socket the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PlugRemoved signal.
This signal is emitted when a client is removed from the socket. The default action is to destroy the #GtkSocket widget, so if you want to reuse it you must add a signal handler that returns true.