Signal

HinawaSndUnit::lock-status

deprecated: 2.5. since: 0.3

Declaration

void
lock_status (
  HinawaSndUnit* self,
  gboolean state,
  gpointer user_data
)

Description [src]

Emitted when corresponding ALSA driver changes status of lock by starting/stopping packet streaming requested by ALSA PCM/Rawmidi applications.

Default handler:

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

Available since: 0.3
Deprecated since: 2.5.

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

Parameters

state

Type: gboolean

TRUE when locked, FALSE when unlocked.