Method

ALSASeqEventset_quadlet_data

Declaration [src]

gboolean
alsaseq_event_set_quadlet_data (
  ALSASeqEvent* self,
  const guint32* data,
  GError** error
)

Description [src]

Copy the quadlet data to the event, available when alsaseq_event_get_event_type() results in one of:

Parameters

data An array of guint32
 

The quadlet data of event.

 The array must have 3 elements.
 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.