snd_seq_remove_events_get_condition method
Implementation
int snd_seq_remove_events_get_condition(
ffi.Pointer<snd_seq_remove_events_t> info,
) {
return _snd_seq_remove_events_get_condition(
info,
);
}
int snd_seq_remove_events_get_condition(
ffi.Pointer<snd_seq_remove_events_t> info,
) {
return _snd_seq_remove_events_get_condition(
info,
);
}