Eo: be a bit more detailed in the docs

this is completly not obvious. But now its documented.
This commit is contained in:
Marcel Hollerbach 2017-11-17 10:08:44 +01:00
parent 19cb57d914
commit 2ba64efe62
1 changed files with 2 additions and 0 deletions

View File

@ -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);