atspi: Expose API 60/167260/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 16 Jan 2018 11:12:16 +0000 (20:12 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 17 Jan 2018 02:20:54 +0000 (02:20 +0000)
commit44ae3837606c1bcb821b44b3305b84fae5b1e7f5
treef8bfdf33053347895fc520cc6318114024d8b7fa
parent33267c334c4dfa264199234aae6fadecd05068ec
atspi: Expose API

┌───────────────────────────────────────────────────────────────────────┐
│ commit 4c5a44eb8849ebe7a4f2a11fd53f93abc56b486c                       │
│ Author: Shinwoo Kim <cinoo.kim@samsung.com>                           │
│ Date:   Mon Apr 17 11:35:13 2017 +0900                                │
│                                                                       │
│    atspi: Expose API for both Mobile and Wearable                     │
│    The exposed API could be used both profile Mobile and Wearable.    │
└───────────────────────────────────────────────────────────────────────┘

┌───────────────────────────────────────────────────────────────────────┐
│ commit 7ea67a6c7c6dc68c78684d784d0d7a65cc138801                       │
│ Author: Shinwoo Kim <cinoo.kim@samsung.com>                           │
│ Date:   Wed Jul 19 16:38:42 2017 +0900                                │
│                                                                       │
│    atspi: Expose API                                                  │
│    The following API is exposed on the Mobile profile.                │
│        - elm_object_part_access_register                              │
│        - elm_object_part_access_object_get                            │
│        - elm_access_object_register                                   │
│        - elm_access_object_unregister                                 │
│        - elm_access_object_get                                        │
│        - elm_atspi_bridge_utils_say                                   │
│        - elm_atspi_accessible_name_cb_set                             │
│        - elm_atspi_accessible_description_cb_set                      │
│        - elm_atspi_accessible_attribute_append                        │
│        - elm_atspi_accessible_reading_info_type_set                   │
│        - elm_atspi_accessible_reading_info_type_get                   │
│        - elm_atspi_accessible_gesture_cb_set                          │
│        - elm_atspi_accessible_can_highlight_set                       │
│        - elm_atspi_accessible_can_highlight_get                       │
│        - elm_atspi_component_highlight_grab                           │
│        - elm_atspi_component_highlight_clear                          │
└───────────────────────────────────────────────────────────────────────┘

Change-Id: I06238a020d9224fdd355e4274088f81f394dfd06
src/lib/elementary/efl_access_component.eo
src/lib/elementary/elm_access.h
src/lib/elementary/elm_atspi_bridge.h
src/lib/elementary/elm_object.h