Virtual Method
ALSAHwdepDeviceCommoncreate_source
Declaration [src]
gboolean
create_source (
ALSAHwdepDeviceCommon* self,
GSource** source,
GError** error
)
Description [src]
Allocate GSource
structure to handle events from ALSA hwdep character device. In
each iteration of GMainContext
, the read(2)
system call is executed to dispatch
hwdep event, according to the result of poll(2)
system call.