efl_access: Add attribute_del API, Add test cases for all access_object_attribute...
authorShilpa Singh <shilpa.singh@samsung.com>
Wed, 20 Mar 2019 14:16:11 +0000 (14:16 +0000)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commit6300ec5d0d4aacdcc87352d7ad27bb99c7bdc08c
tree16ecd6c5d46150941b1c751cc747e84ec56cf8f4
parent86737b75f7a14378cda7bf5c3da1a301ca134f7c
efl_access: Add attribute_del API, Add test cases for all access_object_attribute* APIs

Add attribute_del API, currently there is no provision to delete a particular attribute(key-value pair)
from the attribute list of a widget.
Add test cases for efl_access_attribute_append, efl_access_attributes_get, efl_access_attribute_del and efl_access_attributes_clear API

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Reviewed-by: Shinwoo Kim <cinoo.kim@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8386
src/lib/elementary/efl_access_object.c
src/lib/elementary/efl_access_object.eo
src/tests/elementary/efl_ui_test_atspi.c