Method

ALSASeqEventset_byte_data

Declaration [src]

gboolean
alsaseq_event_set_byte_data (
  ALSASeqEvent* self,
  const guint8* data,
  GError** error
)

Description [src]

Parameters

data An array of guint8
 

The byte data of event.

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