bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f533ab94d8627b4219fe2b100e9d57037c01d3e0
commit f533ab94d8627b4219fe2b100e9d57037c01d3e0 Author: Marcel Hollerbach <[email protected]> Date: Tue Dec 5 20:53:12 2017 +0000 eo: add definition of function back --- src/lib/eo/Eo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 99d61b0d82..bf5f70f42e 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -2141,6 +2141,7 @@ EAPI Eina_Iterator *eo_objects_iterator_new(void); /* Private for EFL internal use only. Do not use these! */ EAPI int ___efl_ref2_count(const Eo *obj_id); EAPI void ___efl_ref2_reset(const Eo *obj_id); +EAPI void ___efl_auto_unref_set(Eo *obj_id, Eina_Bool val); #endif --
