Table of Contents

Efl.Model.children_count

Values

  • count - Current known children count


Signature

@property children_count @pure_virtual {
    get {}
    values {
        count: uint;
    }
}

C signature

unsigned int efl_model_children_count_get(const Eo *obj);

Implemented by