Method

ALSASeqEventget_ctl_data

Declaration [src]

gboolean
alsaseq_event_get_ctl_data (
  const ALSASeqEvent* self,
  const ALSASeqEventDataCtl** data,
  GError** error
)

Description [src]

Parameters

data ALSASeqEventDataCtl
 

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