bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ba64efe62fcc703b3dd2334cfe97fe9213ce865
commit 2ba64efe62fcc703b3dd2334cfe97fe9213ce865 Author: Marcel Hollerbach <[email protected]> Date: Fri Nov 17 10:08:44 2017 +0100 Eo: be a bit more detailed in the docs this is completly not obvious. But now its documented. --- src/lib/eo/Eo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 7c4942868b..b3ba90ab88 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -1740,6 +1740,8 @@ EOAPI void efl_wref_add(Eo *obj, Efl_Object **wref); /** * @brief Delete the weak reference passed. * + * This function will set *wref to NULL after its execution. + * * @param[in] wref The weak ref */ EOAPI void efl_wref_del(Eo *obj, Efl_Object **wref); --
