From f533ab94d8627b4219fe2b100e9d57037c01d3e0 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 5 Dec 2017 20:53:12 +0000 Subject: [PATCH] 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