diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2016-08-08 18:01:39 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2016-08-08 18:01:39 +0200 |
commit | b37c97058783331ea911bbe4e374cecaa41e88f3 (patch) | |
tree | 0493a3ffab4988fbaafe51448a72867ccfde7314 /include/efl.c_eo.pxd | |
parent | 5a3c19b521a8a29d8b90218f7417ad151e9713c5 (diff) |
Fix definition of oe functions
#FollowTheWhiteRabbit (tm)
Diffstat (limited to 'include/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 4 |
1 files 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": | |||
128 | void eo_event_global_thaw(Eo *obj) | 128 | void eo_event_global_thaw(Eo *obj) |
129 | int eo_event_global_freeze_count_get(const Eo *obj) | 129 | int eo_event_global_freeze_count_get(const Eo *obj) |
130 | 130 | ||
131 | void eo_event_callback_add(Eo *obj, const Eo_Event_Description *desc, Eo_Event_Cb cb, const void *data) | 131 | Eina_Bool eo_event_callback_add(Eo *obj, const Eo_Event_Description *desc, Eo_Event_Cb cb, const void *data) |
132 | void eo_event_callback_del(Eo *obj, const Eo_Event_Description *desc, Eo_Event_Cb cb, const void *data) | 132 | Eina_Bool eo_event_callback_del(Eo *obj, const Eo_Event_Description *desc, Eo_Event_Cb cb, const void *data) |
133 | 133 | ||
134 | Eina_Iterator * eo_children_iterator_new(Eo *obj) | 134 | Eina_Iterator * eo_children_iterator_new(Eo *obj) |