From c4f803a6fd20fba4dca65be8b455824baa071fde Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 6 Dec 2018 16:21:40 -0800 Subject: [PATCH] eo: provider find actually is just accepting Efl.Class, maybe an hystoric left over. Reviewed-by: SangHyeon Jade Lee Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D7440 --- src/lib/eo/efl_object.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 49a836c..31ff530 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo @@ -166,7 +166,7 @@ abstract Efl.Object If this is not done the class cannot be found up in the object tree. ]] 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]] } -- 2.7.4