Method

ALSASeqEventset_blob_data

Declaration [src]

gboolean
alsaseq_event_set_blob_data (
  ALSASeqEvent* self,
  const guint8* data,
  gsize length,
  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 guint8
 

The pointer to blob data for the event.

 The length of the array is specified in the length argument.
 The data is owned by the caller of the function.
length gsize
 

The length of data.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.