docs: fil in missing items for efl_model eo class

This commit is contained in:
Stefan Schmidt 2017-12-08 17:04:35 +01:00
parent 6902a68492
commit b4b2711408
1 changed files with 5 additions and 3 deletions

View File

@ -3,14 +3,16 @@ class Efl.Model.Composite.Selection (Efl.Model.Composite.Boolean)
[[Efl model composite selection class]]
methods {
select {
[[Select composition]]
params {
idx: int;
idx: int; [[Index]]
}
return: future<any_value>;
return: future<any_value>; [[Future on the selected composition]]
}
@property exclusive_selection {
[[Exclusive Selection property]]
values {
exclusive: bool;
exclusive: bool; [[$true is selection is exclusive, $flase otherwise]]
}
}
}