Signal

ALSATimerUserInstance::handle-real-time-event

Declaration

void
handle_real_time_event (
  ALSATimerUserInstance* self,
  const ALSATimerRealTimeEvent* event,
  gpointer user_data
)

Description [src]

Emitted when event occurs to notify real time.

Default handler:

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

Parameters

event ALSATimerRealTimeEvent
 

The instance of ALSATimerRealTimeEvent.

 The data is owned by the caller of the function.