davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b37c97058783331ea911bbe4e374cecaa41e88f3

commit b37c97058783331ea911bbe4e374cecaa41e88f3
Author: Dave Andreoli <[email protected]>
Date:   Mon Aug 8 18:01:39 2016 +0200

    Fix definition of oe functions
    
    #FollowTheWhiteRabbit (tm)
---
 include/efl.c_eo.pxd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd
index 02f0b99..2c45e95 100644
--- a/include/efl.c_eo.pxd
+++ b/include/efl.c_eo.pxd
@@ -128,7 +128,7 @@ cdef extern from "Eo.h":
     void eo_event_global_thaw(Eo *obj)
     int eo_event_global_freeze_count_get(const Eo *obj)
 
-    void eo_event_callback_add(Eo *obj, const Eo_Event_Description *desc, 
Eo_Event_Cb cb, const void *data)
-    void eo_event_callback_del(Eo *obj, const Eo_Event_Description *desc, 
Eo_Event_Cb cb, const void *data)
+    Eina_Bool eo_event_callback_add(Eo *obj, const Eo_Event_Description *desc, 
Eo_Event_Cb cb, const void *data)
+    Eina_Bool eo_event_callback_del(Eo *obj, const Eo_Event_Description *desc, 
Eo_Event_Cb cb, const void *data)
 
     Eina_Iterator * eo_children_iterator_new(Eo *obj)

-- 


Reply via email to