cedric pushed a commit to branch master.

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

commit 35acfebee44e78b33f52a9a126edec70c1888a49
Author: Cedric BAIL <cedric.b...@free.fr>
Date:   Thu Dec 6 16:21:40 2018 -0800

    eo: provider find actually is just accepting Efl.Class, maybe an hystoric 
left over.
    
    Reviewed-by: SangHyeon Jade Lee <sh10233....@samsung.com>
    Reviewed-by: Marcel Hollerbach <marcel-hollerb...@t-online.de>
    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 49a836c8e3..31ff5304e8 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]]
       }

-- 


Reply via email to