Signal

GtkSocket::plug-removed

Declaration

gboolean
plug_removed (
  GtkSocket* self,
  gpointer user_data
)

Description [src]

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.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Return value

Type: gboolean

TRUE to stop other handlers from being invoked.