eo: add definition of function back
authorMarcel Hollerbach <marcel@osg.samsung.com>
Tue, 5 Dec 2017 20:53:12 +0000 (20:53 +0000)
committerMarcel Hollerbach <marcel@osg.samsung.com>
Tue, 5 Dec 2017 20:53:12 +0000 (20:53 +0000)
src/lib/eo/Eo.h

index 99d61b0..bf5f70f 100644 (file)
@@ -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