wayland v0.1.4 (2019-01-06T20:14:17Z)
Dub
Repo
WlFdEventSource
wayland
server
eventloop
Undocumented in source.
class
WlFdEventSource :
WlEventSource
{
this
(wl_event_loop* nativeLoop, int fd, uint mask, WlEventLoop.FdDg dg);
int
update
(uint mask);
}
Constructors
this
this
(wl_event_loop* nativeLoop, int fd, uint mask, WlEventLoop.FdDg dg)
Undocumented in source.
Members
Functions
update
int
update
(uint mask)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From WlEventSource
__anonymous
mixin
nativeImpl
!(
wl_event_source
)
Undocumented in source.
remove
int
remove
()
Undocumented in source. Be warned that the author may not have intended to support it.
check
void
check
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
wayland
server
eventloop
classes
WlEventLoop
WlEventSource
WlFdEventSource
WlIdleEventSource
WlSignalEventSource
WlTimerEventSource