Signal
ValentObject::destroy
since: 1.0
Description [src]
Emitted when the object is being destroyed.
This signal is emitted when the object enter disposal and always on the main thread. Note that you must still drop any references you hold to the object to avoid leaking memory.
Implementations that override Valent.ObjectClass.destroy
must chain-up.
Default handler: The default handler is called after the handlers added via |
Signal emission will restart instead of recursing |
Hooks are disabled for this signal |
Available since: 1.0 |