summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWooHyun Jung <wh0705.jung@samsung.com>2019-08-28 12:23:00 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-08-28 18:08:32 +0200
commitcfc1d3d38b70bc112c9def965396ae4b958f1b1f (patch)
treecfef42b84756d87e4a0b3de7c73e314d3427fa0c
parent27a1ec507a2734e55e7f0b1c50ad598bb9f9dc2c (diff)
downloadefl-cfc1d3d38b70bc112c9def965396ae4b958f1b1f.tar.gz
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 <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D9768
-rw-r--r--src/lib/eo/efl_object.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 02557351a6..12f12598df 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