eo: provider find actually is just accepting Efl.Class, maybe an hystoric left over.

Reviewed-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7440
This commit is contained in:
Cedric BAIL 2018-12-06 16:21:40 -08:00
parent ab6c0e9f2b
commit 35acfebee4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ abstract Efl.Object
If this is not done the class cannot be found up in the object tree. If this is not done the class cannot be found up in the object tree.
]] ]]
params { params {
klass : const(Efl.Object); [[The class identifier to search for]] klass : const(Efl.Class); [[The class identifier to search for]]
} }
return : Efl.Object; [[Object from the provider list]] return : Efl.Object; [[Object from the provider list]]
} }