Table of Contents

Efl.Object.finalized

Values

  • finalized - true if the object is finalized, false otherwise.


Signature

@property finalized {
    get {}
    values {
        finalized: bool;
    }
}

C signature

Eina_Bool efl_finalized_get(const Eo *obj);

Implemented by