eo: provider find actually is just accepting Efl.Class, maybe an hystoric left over.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 7 Dec 2018 00:21:40 +0000 (16:21 -0800)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 16 Jan 2019 02:13:21 +0000 (11:13 +0900)
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

src/lib/eo/efl_object.eo

index 49a836c..31ff530 100644 (file)
@@ -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]]
       }