xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ce2e2c7ce0c7379cb16653bd0785494889f15173

commit ce2e2c7ce0c7379cb16653bd0785494889f15173
Author: Lauro Moura <[email protected]>
Date:   Fri May 3 15:30:00 2019 +0200

    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
---
 src/lib/efl/interfaces/efl_model.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_model.eo 
b/src/lib/efl/interfaces/efl_model.eo
index 981158f9be..d9d789d556 100644
--- a/src/lib/efl/interfaces/efl_model.eo
+++ b/src/lib/efl/interfaces/efl_model.eo
@@ -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.

-- 


Reply via email to