Efl.Ui.Widget.destructor

Description

Implement this method to provide deinitialization code for your object if you need it.

Will be called once Efl.Object.invalidate has returned. See the Life Cycle section in this class' description.

Since 1.22

Overridden from Efl.Object.destructor.

Signature

destructor {}

C signature

void efl_destructor(Eo *obj);

Implemented by