The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Signal.disconnect
std
signals
Signal
Remove a slot from the list of slots to be called when emit() is called.
mixintemplate
Signal
(T1...)
final
void
disconnect
(
slot_t
slot
)
Meta
Source
See Implementation
std
signals
Signal
aliases
slot_t
functions
connect
disconnect
disconnectAll
emit
Remove a slot from the list of slots to be called when emit() is called.