Signal

ALSASeqUserClient::handle-event

Declaration

void
handle_event (
  ALSASeqUserClient* self,
  const ALSASeqEventCntr* ev_cntr,
  gpointer user_data
)

Description [src]

When event occurs, this signal is emit with the instance of object which includes batch of of events.

Default handler:

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

Parameters

ev_cntr ALSASeqEventCntr
 

The instance of ALSASeqEventCntr which includes batch of events.

 The data is owned by the caller of the function.