Method
ALSASeqUserClientremove_events
Declaration [src]
gboolean
alsaseq_user_client_remove_events (
ALSASeqUserClient* self,
ALSASeqRemoveFilter* filter,
GError** error
)
Description [src]
Remove queued events according to the filter.
The call of function executes ioctl(2)
system call with SNDRV_SEQ_IOCTL_REMOVE_EVENTS
command for ALSA sequencer character device.
Parameters
filter |
ALSASeqRemoveFilter |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |