Table of Contents

Efl.Object.invalidated

Values

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


Signature

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

C signature

Eina_Bool efl_invalidated_get(const Eo *obj);

Implemented by