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:
1507faf
)
remove description for unknown function that doesn't exist
43/314743/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>
Thu, 18 Jul 2024 08:34:24 +0000
(17:34 +0900)
Change-Id: I397ec6b01d7c983ba4e7d75c5f5006c933161b6a
include/tts.h
patch
|
blob
|
history
diff --git
a/include/tts.h
b/include/tts.h
index
510d981
..
2aa270b
100644
(file)
--- a/
include/tts.h
+++ b/
include/tts.h
@@
-1110,7
+1110,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);