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
This commit is contained in:
Wonki Kim 2019-09-24 17:20:43 +02:00 committed by Xavi Artigas
parent 251d8fc6bd
commit aaf8d01ba8
1 changed files with 3 additions and 2 deletions

View 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.]]
}
}
}