Method

ALSASeqUserClientupdate_queue

Declaration [src]

gboolean
alsaseq_user_client_update_queue (
  ALSASeqUserClient* self,
  ALSASeqQueueInfo* queue_info,
  GError** error
)

Description [src]

Update owned queue according to the information.

The call of function executes ioctl(2) system call with SNDRV_SEQ_IOCTL_SET_QUEUE_INFO command for ALSA sequencer character device.

Parameters

queue_info ALSASeqQueueInfo
 

The information of queue to add.

 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.