atspi: provide highlight legacy API 60/80960/4
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 21 Jul 2016 06:12:02 +0000 (15:12 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 5 Aug 2016 07:30:20 +0000 (16:30 +0900)
Change-Id: Idd035aeecc65b9a97aa6db881b0f435c9466ae18

src/lib/elm_interface_atspi_component.eo

index a2754d1..e126d38 100644 (file)
@@ -102,11 +102,17 @@ mixin Elm_Interface_Atspi_Component ()
       highlight_grab @protected {
          [[ Highlights accessible widget.
          returns true if highlight grab has successed, false otherwise. ]]
+         //TIZEN_ONLY(20160721): atspi: provide highlight legacy API
+         legacy: elm_atspi_component_highlight_grab;
+         //
          return: bool;
       }
       highlight_clear @protected {
          [[ Clears highlight of accessible widget.
          returns true if clear has successed, false otherwise. ]]
+         //TIZEN_ONLY(20160721): atspi: provide highlight legacy API
+         legacy: elm_atspi_component_highlight_clear;
+         //
          return: bool;
       }
       //