Method

ALSASeqEventget_queue_data

Declaration [src]

gboolean
alsaseq_event_get_queue_data (
  const ALSASeqEvent* self,
  const ALSASeqEventDataQueue** data,
  GError** error
)

Parameters

data ALSASeqEventDataQueue
 

The queue data of event.

 The argument will be set by the function.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.