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