WlEventLoop

Undocumented in source.

Constructors

this
this(wl_event_loop* native)
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

DestroyDg
alias DestroyDg = void delegate(WlEventLoop loop)
Undocumented in source.
FdDg
alias FdDg = int delegate(int fd, uint mask)
Undocumented in source.
IdleDg
alias IdleDg = void delegate()
Undocumented in source.
SignalDg
alias SignalDg = int delegate(int sigNum)
Undocumented in source.
TimerDg
alias TimerDg = int delegate()
Undocumented in source.

Functions

addFd
WlFdEventSource addFd(int fd, uint mask, FdDg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
addIdle
WlIdleEventSource addIdle(IdleDg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
addSignal
WlSignalEventSource addSignal(int signalNum, SignalDg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
addTimer
WlTimerEventSource addTimer(TimerDg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
dispatch
int dispatch(int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
dispatchIdle
void dispatchIdle()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin nativeImpl!(wl_event_loop)
Undocumented in source.

Properties

destroyListener
DestroyDg destroyListener [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
fd
int fd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta