_a11y_connection_init(data);
else
DBG("AT-SPI2 stack not enabled.");
+
+ //TIZEN_ONLY(20161027) - Export elm_atspi_bridge_utils_is_screen_reader_enabled
+ pd->screen_reader_enabled = !!is_enabled;
+ //
//TIZEN_ONLY(20160822): When atspi mode is dynamically switched on/off,
//register/unregister access objects accordingly.
_elm_win_atspi(is_enabled);
//
- //TIZEN_ONLY(20161027) - Export elm_atspi_bridge_utils_is_screen_reader_enabled
- pd->screen_reader_enabled = !!is_enabled;
- //
}
static void _bridge_object_register(Eo *bridge, Eo *obj)
EINA_LIST_FOREACH(_elm_win_list, l, obj)
{
elm_widget_atspi(obj, is_atspi);
- evas_object_smart_callback_call(obj, SIG_ATSPI_SCREEN_READER_CHANGED, NULL);
+ evas_object_smart_callback_call(obj, SIG_ATSPI_SCREEN_READER_CHANGED, &is_atspi);
/* floating orphan object. if there are A, B, C objects and user does
as below, then there would be floating orphan objects.