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