ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=b67705fcd4b95d6aaca863f784aadec913fef6d8
commit b67705fcd4b95d6aaca863f784aadec913fef6d8 Author: Andy Williams <a...@andywilliams.me> Date: Wed Feb 11 19:13:48 2015 +0000 Use public types as far as possible --- elm_code/lib/elm_code_widget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm_code/lib/elm_code_widget.c b/elm_code/lib/elm_code_widget.c index 00ca5fe..9b3771e 100644 --- a/elm_code/lib/elm_code_widget.c +++ b/elm_code/lib/elm_code_widget.c @@ -522,14 +522,14 @@ _elm_code_widget_elm_widget_on_focus(Eo *obj, Elm_Code_Widget_Data *pd) } EOLIAN static Eina_Bool -_elm_code_widget_elm_widget_focus_next_manager_is(Elm_Widget *obj EINA_UNUSED, +_elm_code_widget_elm_widget_focus_next_manager_is(Eo *obj EINA_UNUSED, Elm_Code_Widget_Data *pd EINA_UNUSED) { return EINA_FALSE; } EOLIAN static Eina_Bool -_elm_code_widget_elm_widget_focus_direction_manager_is(Elm_Widget *obj EINA_UNUSED, +_elm_code_widget_elm_widget_focus_direction_manager_is(Eo *obj EINA_UNUSED, Elm_Code_Widget_Data *pd EINA_UNUSED) { return EINA_FALSE; --