Method

ALSASeqEventCntrdeserialize

Declaration [src]

void
alsaseq_event_cntr_deserialize (
  const ALSASeqEventCntr* self,
  GList** events
)

Description [src]

Retrieve GList including batch of deserialized ALSASeqEvent.

Parameters

events A list of ALSASeqEvent*
 

The list of deserialized events.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.