doc: update ecore_filter_model description
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 24 Sep 2019 15:20:43 +0000 (17:20 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 24 Sep 2019 21:47:58 +0000 (06:47 +0900)
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

index 4dafb94..760887a 100644 (file)
@@ -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.]]
          }
       }
    }