Signal

ALSATimerUserInstance::handle-disconnection

Declaration

void
handle_disconnection (
  ALSATimerUserInstance* self,
  gpointer user_data
)

Description [src]

Emitted when the attached timer device 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 timer character device.

Default handler:

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