Signal

ALSATimerUserInstance::handle-tick-time-event

Declaration

void
handle_tick_time_event (
  ALSATimerUserInstance* self,
  const ALSATimerTickTimeEvent* event,
  gpointer user_data
)

Description [src]

Emitted when event occurs to notify tick time.

Default handler:

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

Parameters

event ALSATimerTickTimeEvent
 

The instance of ALSATimerTickTimeEvent.

 The data is owned by the caller of the function.