projects
/
platform
/
core
/
api
/
inputmethod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98c6471
)
Added missing return type in ime_send_private_command()
50/142650/1
author
InHong Han
<inhong1.han@samsung.com>
Mon, 7 Aug 2017 02:36:03 +0000
(11:36 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 7 Aug 2017 02:37:20 +0000
(11:37 +0900)
Change-Id: Ie724c289e178921480ca5ea5ebfa95e7062d3ddb
include/inputmethod.h
patch
|
blob
|
history
diff --git
a/include/inputmethod.h
b/include/inputmethod.h
index a3938cab097d9082d5a9cc42cfe4cb2a25c6044c..8371601181fe99e109b68475d9c73c7bd65cbf9c 100644
(file)
--- a/
include/inputmethod.h
+++ b/
include/inputmethod.h
@@
-2233,6
+2233,7
@@
int ime_event_set_mime_type_set_request_cb(ime_mime_type_set_request_cb callback
*
* @return 0 on success, otherwise a negative error value
* @retval #IME_ERROR_NONE No error
+ * @retval #IME_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #IME_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
* @retval #IME_ERROR_NOT_RUNNING IME main loop isn't started yet
*/