Method
ALSATimerUserInstancecreate_source
Declaration [src]
gboolean
alsatimer_user_instance_create_source (
ALSATimerUserInstance* self,
GSource** gsrc,
GError** error
)
Description [src]
Allocate GSource structure to handle events from ALSA timer character device. In
each iteration of GMainContext, the read(2) system call is executed to dispatch
timer event for either ALSATimerUserInstance::handle-tick-time-event or
ALSATimerUserInstance::handle-real-time-event signals, according to the result of poll(2)
system call.