Signal

ALSACtlCard::handle-disconnection

Declaration

void
handle_disconnection (
  ALSACtlCard* self,
  gpointer user_data
)

Description [src]

Emitted when the sound card is not available anymore due to unbinding driver or hot unplugging. The owner of this object should call g_object_unref() as quickly as possible to be going to release ALSA control character device.

Default handler:

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