From: Ji-hoon Lee Date: Wed, 8 Apr 2020 05:16:14 +0000 (+0900) Subject: Rephrase API description as per review comments X-Git-Tag: submit/tizen/20200409.014926^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F230114%2F1;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Rephrase API description as per review comments Change-Id: I820ca624f5db0fa365d339f4116f5b2cd84165ad --- diff --git a/include/multi_assistant_common.h b/include/multi_assistant_common.h index 046975d..bace39d 100644 --- a/include/multi_assistant_common.h +++ b/include/multi_assistant_common.h @@ -174,10 +174,11 @@ typedef enum { } ma_service_state_e; /** - * @brief Enumerations for voice key's status. - * @details If the voice key gets released within the timeout value for tap events, - * the voice key's status value will be "released after tap". - * Otherwise, "released after push" will be chosen. + * @brief Enumerations for voice key status change. + * @details When the voice key is pressed, the "pressed" state is reported. + * If the voice key gets released within the timeout value for tap events, + * the voice key status value will be reported as "released after tap". + * Otherwise, "released after push" will be reported. * @since_tizen 6.0 */ typedef enum { @@ -322,7 +323,7 @@ typedef void (*ma_service_state_changed_cb)(ma_service_state_e previous, ma_serv * @brief Called when the multi-assistant service sends voice key status change event. * @since_tizen 6.0 * - * @param[in] status The current value for voice key's status + * @param[in] status The change of voice key status * @param[in] user_data The user data passed from the callback registration function * * @see ma_set_voice_key_status_changed_cb()