Signal

HinawaSndUnit::disconnected

deprecated: 2.5. since: 2.0

Declaration

void
disconnected (
  HinawaSndUnit* 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 release ALSA hwdep character device.

Default handler:

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

Available since: 2.0
Deprecated since: 2.5.

Use change notify signal of Hitaki.AlsaFirewire:is-disconnected instead.