X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fatspi-accessibility.h;h=7e5241931a2bcb50c45a9f731870be1f128c7fdd;hb=ff64fa7c498700b5c0bc9863e5a23c8691671054;hp=6c703f8c5e9853f734d168c10d32014be4b58fa4;hpb=d9f880093fa614382669806084826641657a39b2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/atspi-accessibility.h b/dali/devel-api/adaptor-framework/atspi-accessibility.h index 6c703f8..7e52419 100644 --- a/dali/devel-api/adaptor-framework/atspi-accessibility.h +++ b/dali/devel-api/adaptor-framework/atspi-accessibility.h @@ -1,7 +1,7 @@ #ifndef DALI_DEVEL_ATSPI_ACCESSIBILITY_H #define DALI_DEVEL_ATSPI_ACCESSIBILITY_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,6 +57,14 @@ DALI_ADAPTOR_API void Resume(); DALI_ADAPTOR_API void StopReading(bool alsoNonDiscardable = false); /** + * @brief Suppresses reading of screen-reader + * + * @param suppress whether to suppress reading of screen-reader + * @return true on success, false otherwise + */ +DALI_ADAPTOR_API bool SuppressScreenReader(bool suppress); + +/** * @brief Set ATSPI to be turned On or Off forcibly. * * @param[in] turnOn true to turn on, false to turn off.