Signal

ALSAHwdepDeviceCommon::handle-disconnection

Declaration

void
handle_disconnection (
  ALSAHwdepDeviceCommon* 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 the object should prepare to call g_object_unref() so that ALSA HwDep character device is going to be closed and sound card is released.

Default handler:

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

The signal can be emitted directly