diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2016-10-14 21:29:15 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2016-10-14 21:29:15 +0200 |
commit | fa5b944f31b8c631b7dc18ed360e17dd70b206b9 (patch) | |
tree | 8ddda19a2b211c81a86f76a7bd0b11313594ffae /include/efl.c_eo.pxd | |
parent | 99c618fc2b4d1e91047c049411d65d3b568ba126 (diff) |
Eo: Eo_Event -> Efl_Event
#FollowTheWhiteRabbit (tm)
Diffstat (limited to 'include/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index dab91b7..37e536a 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -69,11 +69,11 @@ cdef extern from "Eo.h": | |||
69 | Eina_Bool legacy_is # Internal use: if is a legacy event. | 69 | Eina_Bool legacy_is # Internal use: if is a legacy event. |
70 | ctypedef _Efl_Event_Description Efl_Event_Description | 70 | ctypedef _Efl_Event_Description Efl_Event_Description |
71 | 71 | ||
72 | ctypedef struct _Eo_Event: | 72 | ctypedef struct _Efl_Event: |
73 | Efl_Object *obj # The object the event was called on. */ | 73 | Efl_Object *obj # The object the event was called on. */ |
74 | const Efl_Event_Description *desc # The event description. */ | 74 | const Efl_Event_Description *desc # The event description. */ |
75 | void *event_info # Extra event information passed by the event caller. */ | 75 | void *event_info # Extra event information passed by the event caller. */ |
76 | ctypedef _Eo_Event Eo_Event | 76 | ctypedef _Efl_Event Efl_Event |
77 | 77 | ||
78 | 78 | ||
79 | #################################################################### | 79 | #################################################################### |
@@ -86,7 +86,7 @@ cdef extern from "Eo.h": | |||
86 | #################################################################### | 86 | #################################################################### |
87 | # Other typedefs | 87 | # Other typedefs |
88 | # | 88 | # |
89 | ctypedef void (*Efl_Event_Cb)(void *data, const Eo_Event *event) | 89 | ctypedef void (*Efl_Event_Cb)(void *data, const Efl_Event *event) |
90 | 90 | ||
91 | ctypedef void (*efl_key_data_free_func)(void *) | 91 | ctypedef void (*efl_key_data_free_func)(void *) |
92 | 92 | ||