model: Add some missing docs bits.

Reviewers: cedric, segfaultxavi

Reviewed By: cedric, segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8810
This commit is contained in:
Lauro Moura 2019-05-03 15:30:00 +02:00 committed by Xavi Artigas
parent 4b032b367b
commit ce2e2c7ce0
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ interface @beta Efl.Model
The future can also be canceled if the model itself gets destroyed.
]]
params {
@in property: string;
@in property: string; [[Property name.]]
}
return: future<any_value_ptr>;
return: future<any_value_ptr>; [[Future to be resolved when the property changes to anything other than error:EAGAIN]]
}
children_slice_get {
[[Get children slice OR full range.