Table of Contents

Efl.Model.properties

Values

  • properties - Array of current properties


Signature

@property properties @pure_virtual {
    get {}
    values {
        properties: iterator<string>;
    }
}

C signature

Eina_Iterator *efl_model_properties_get(const Eo *obj);

Implemented by