Signal
ValentObject::destroy
since: 1.0
Description [src]
Emitted when the object is being destroyed.
This signal is emitted when the object enters disposal and always on the main thread, with the object lock acquired. Note that you must still drop any references you hold to avoid leaking memory.
Implementations must override Valent.ObjectClass.destroy
instead of
GObject.ObjectClass.dispose
to ensure the instance is finalized on the
main thread.
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 |