From: Suyeon Hwang Date: Mon, 7 Feb 2022 08:25:28 +0000 (+0900) Subject: Fix the description of tts_repeat() X-Git-Tag: submit/tizen_6.5/20220218.073937^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fed12a91b151883616346a8fe4f9fcad3e185609;p=platform%2Fcore%2Fuifw%2Ftts.git Fix the description of tts_repeat() Current descprion is not matched with the behavior and purpose of the function. This patch changes the description in order to match the description and behavior of the function. Change-Id: I3f8e39348c327206a38522a3853541b6ee1fc1aa Signed-off-by: Suyeon Hwang --- diff --git a/include/tts.h b/include/tts.h index fc2f5d22..5121f799 100644 --- a/include/tts.h +++ b/include/tts.h @@ -645,10 +645,11 @@ int tts_stop(tts_h tts); int tts_pause(tts_h tts); /** - * @brief Repeats the last played text. + * @brief Repeats the last added text. * @since_tizen 5.0 - * @remarks This function repeats the last played text once. If there is no previous text, this function will not work. - * If the language is changed, the last played text is removed. + * @remarks This function repeats the last added text once again. + * If there is no previously added text, this function will not work. + * If the language is changed, the last added text is removed from the service. * Before calling this function, please call 'tts_stop()' in order to stop playing the previous one. * If this function succeeds, @a text_repeat must be released with free(). * @param[in] tts The TTS handle