wayland v0.1.4 (2019-01-06T20:14:17Z)
Dub
Repo
Signal
wayland
server
listener
Undocumented in source.
class
Signal (
Args
...
) {
alias
Listener
=
void
delegate
(
Args
args
)
;
this
();
void
add
(Listener listener);
void
emit
(Args args);
}
Constructors
this
this
()
Undocumented in source.
Members
Aliases
Listener
alias
Listener
=
void
delegate
(
Args
args
)
Undocumented in source.
Functions
add
void
add
(Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void
emit
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
wayland
server
listener
classes
Signal
WlListener
WlSignal