xartigas pushed a commit to branch master.

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

commit aaf8d01ba87938f07b48821d7f1b0583015f0fde
Author: Wonki Kim <wonki_....@samsung.com>
Date:   Tue Sep 24 17:20:43 2019 +0200

    doc: update ecore_filter_model description
    
    Summary: this patch updates single line description of 
ecore_filter_model.(T7717)
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10103
---
 src/lib/ecore/efl_filter_model.eo | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore/efl_filter_model.eo 
b/src/lib/ecore/efl_filter_model.eo
index 4dafb94f51..760887a8f6 100644
--- a/src/lib/ecore/efl_filter_model.eo
+++ b/src/lib/ecore/efl_filter_model.eo
@@ -10,12 +10,13 @@ function @beta EflFilterModel {
 
 class @beta Efl.Filter_Model extends Efl.Composite_Model
 {
-   [[Efl model designed to filter its children.]]
+   [[Filtering data that @Efl.Model provides is the main feature of this class.
+     This class provides a filter function so only children that match it are 
returned.]]
    methods {
       filter_set {
          [[Set a filter function that will catch children from the composited 
model.]]
          params {
-            filter: EflFilterModel; [[Filter callback]]
+            filter: EflFilterModel; [[Filter callback.]]
          }
       }
    }

-- 


Reply via email to