Method
ALSACtlCardcreate_source
Declaration [src]
gboolean
alsactl_card_create_source (
ALSACtlCard* self,
GSource** gsrc,
GError** error
)
Description [src]
Allocate GSource
structure to handle events from ALSA control character device. In
each iteration of GMainContext
, the read(2)
system call is executed to dispatch
control event for ALSACtlCard::handle-elem-event
signal, according to the result of poll(2)
system call.