Method
ALSASeqUserClientdelete_queue
Declaration [src]
gboolean
alsaseq_user_client_delete_queue (
ALSASeqUserClient* self,
guint8 queue_id,
GError** error
)
Description [src]
Delete the queue owned by the client.
The call of function executes ioctl(2)
system call with SNDRV_SEQ_IOCTL_DELETE_QUEUE
command
for ALSA sequencer character device.
Parameters
queue_id |
guint8 |
The numeric ID of queue. An entry of |
|
error |
GError ** |
The return location for a GError* , or NULL . |