stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b4b2711408aa17bccedb56dd14646f4d196a2dd9
commit b4b2711408aa17bccedb56dd14646f4d196a2dd9 Author: Stefan Schmidt <[email protected]> Date: Fri Dec 8 17:04:35 2017 +0100 docs: fil in missing items for efl_model eo class --- src/lib/ecore/efl_model_composite_selection.eo | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore/efl_model_composite_selection.eo b/src/lib/ecore/efl_model_composite_selection.eo index cc66ed482c..c122de5d82 100644 --- a/src/lib/ecore/efl_model_composite_selection.eo +++ b/src/lib/ecore/efl_model_composite_selection.eo @@ -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]] } } } --
