Method

ALSASeqEventget_addr_data

Declaration [src]

gboolean
alsaseq_event_get_addr_data (
  const ALSASeqEvent* self,
  const ALSASeqAddr** data,
  GError** error
)

Description [src]

Get the address data of event, available when alsaseq_event_get_event_type() results in one of:

Parameters

data ALSASeqAddr
 

The address 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.