diff options
author | Jee-Yong Um <jc9.um@samsung.com> | 2017-01-02 16:48:17 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-01-03 10:59:49 +0900 |
commit | 6d0a2398adf3026477991cdf81f11e17a61a1c5a (patch) | |
tree | e5f640c47d951fc4220f5a9958848bc6e9e9e77d /src/lib/elementary/elc_ctxpopup.c | |
parent | a56a957235ea897fb03cbccc747e7ae9c494678f (diff) |
Elm.Widget: rename "event.*" methods to solve name conflict
Summary:
Elm.Widget.event_callback_add conflicts with Efl.Object.event_callback_add.
To solve this problem, "widget_" prefix is added to methods starting with
"event".
Reviewers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4521
Diffstat (limited to 'src/lib/elementary/elc_ctxpopup.c')
-rw-r--r-- | src/lib/elementary/elc_ctxpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elc_ctxpopup.c b/src/lib/elementary/elc_ctxpopup.c index 506569b..f8f9670 100644 --- a/src/lib/elementary/elc_ctxpopup.c +++ b/src/lib/elementary/elc_ctxpopup.c | |||
@@ -146,7 +146,7 @@ _key_action_escape(Evas_Object *obj, const char *params EINA_UNUSED) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | EOLIAN static Eina_Bool | 148 | EOLIAN static Eina_Bool |
149 | _elm_ctxpopup_elm_widget_event(Eo *obj, Elm_Ctxpopup_Data *sd EINA_UNUSED, Evas_Object *src, Evas_Callback_Type type, void *event_info) | 149 | _elm_ctxpopup_elm_widget_widget_event(Eo *obj, Elm_Ctxpopup_Data *sd EINA_UNUSED, Evas_Object *src, Evas_Callback_Type type, void *event_info) |
150 | { | 150 | { |
151 | Evas_Event_Key_Down *ev = event_info; | 151 | Evas_Event_Key_Down *ev = event_info; |
152 | (void)src; | 152 | (void)src; |