projects
/
platform
/
core
/
uifw
/
tts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620fa17
)
remove description for unknown function that doesn't exist
78/314778/1
author
Sejun Park
<sejun79.park@samsung.com>
Thu, 18 Jul 2024 08:33:22 +0000
(17:33 +0900)
committer
Sejun Park
<sejun79.park@samsung.com>
Fri, 19 Jul 2024 05:05:48 +0000
(14:05 +0900)
Change-Id: I397ec6b01d7c983ba4e7d75c5f5006c933161b6a
include/tts.h
patch
|
blob
|
history
diff --git
a/include/tts.h
b/include/tts.h
index 95430aef61f167921d6ea0ea08d5f27cf7ee4562..5ac21f90f3c3f89eb092e52dcb96de6ad9572e06 100644
(file)
--- a/
include/tts.h
+++ b/
include/tts.h
@@
-1082,7
+1082,6
@@
int tts_unset_service_state_changed_cb(tts_h tts);
* @retval #TTS_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #TTS_ERROR_INVALID_STATE Invalid state
* @pre The state should be #TTS_STATE_CREATED.
- * @see tts_get_playing_mode()
* @see tts_play()
*/
int tts_set_playing_mode(tts_h tts, tts_playing_mode_e mode);