From 85c26a609ff29a5e8a20d59d5a6acdc7d74a4c82 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 28 Aug 2019 12:23:00 +0000 Subject: [PATCH] efl_object: set @beta to name_find This property should not be used by application developers with current status. There is no way to trace child objects from parents, because many codes are internally calling efl_parent_set. Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D9768 --- 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 0255735..12f1259 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo @@ -259,7 +259,7 @@ abstract Efl.Object @.invalidate and then to @.destructor. See the Life Cycle section in this class' description.]] } - name_find @const { + name_find @const @beta { [[Find a child object with the given name and return it. The search string can be a glob (shell style, using *). It can also -- 2.7.4