From: JunsuChoi Date: Thu, 24 Jan 2019 05:15:47 +0000 (+0900) Subject: Eo: up to date with latest interface grammar. X-Git-Tag: submit/tizen/20190128.112154~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcfc6b81dc3b744655fdca80d5ac96332ba125d2;p=platform%2Fupstream%2Fefl.git Eo: up to date with latest interface grammar. Change-Id: I4c4bb917e04a332e716065b27c8a25a7aa01e6a3 --- diff --git a/src/lib/ecore_audio/ecore_audio_out_tizen.eo b/src/lib/ecore_audio/ecore_audio_out_tizen.eo index f7c54a4..1ea80e5 100644 --- a/src/lib/ecore_audio/ecore_audio_out_tizen.eo +++ b/src/lib/ecore_audio/ecore_audio_out_tizen.eo @@ -1,4 +1,4 @@ -class Ecore_Audio_Out_Tizen (Ecore.Audio.Out) +class Ecore.Audio.Out_Tizen extends Ecore.Audio.Out { eo_prefix: ecore_audio_obj_out_tizen; implements { diff --git a/src/lib/elementary/elm_atspi_ewk_wrapper.eo b/src/lib/elementary/elm_atspi_ewk_wrapper.eo index bfbdfc4..fa86713 100644 --- a/src/lib/elementary/elm_atspi_ewk_wrapper.eo +++ b/src/lib/elementary/elm_atspi_ewk_wrapper.eo @@ -1,4 +1,4 @@ -class Elm.Atspi.Ewk_Wrapper (Efl.Object, Efl.Access.Object, Efl.Access.Component) +class Elm.Atspi.Ewk_Wrapper extends Efl.Object implements Efl.Access.Object, Efl.Access.Component { data: Elm_Atspi_Ewk_Wrapper_Data; eo_prefix: elm_obj_atspi_ewk_wrapper; diff --git a/src/lib/elementary/elm_atspi_proxy.eo b/src/lib/elementary/elm_atspi_proxy.eo index c2d0fa1..c1d27d0 100644 --- a/src/lib/elementary/elm_atspi_proxy.eo +++ b/src/lib/elementary/elm_atspi_proxy.eo @@ -4,7 +4,7 @@ enum Elm.Atspi.Proxy_Type PLUG } -class Elm.Atspi.Proxy (Efl.Ui.Widget) +class Elm.Atspi.Proxy extends Efl.Ui.Widget { eo_prefix: elm_obj_atspi_proxy; event_prefix: elm_atspi_proxy;