summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2017-05-22 16:34:46 +0900
committerjusung son <jusung07.son@samsung.com>2017-05-22 16:34:46 +0900
commit85c49f9fd6b461fd67e657dcc161784f34184e4d (patch)
tree93a64d83603360eb792daba8ccd952a0ed73bca3
parent6bb31648556f8b1d8f41b927781d6808083f41f2 (diff)
downloadmessage-port-85c49f9fd6b461fd67e657dcc161784f34184e4d.tar.gz
message-port-85c49f9fd6b461fd67e657dcc161784f34184e4d.tar.bz2
message-port-85c49f9fd6b461fd67e657dcc161784f34184e4d.zip
Fix API description
Change-Id: Ice477bcf378a53f426fb7c4afd32b22229068916 Signed-off-by: jusung son <jusung07.son@samsung.com>
-rwxr-xr-xinclude/message_port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/message_port.h b/include/message_port.h
index 7934a6b..bc2def4 100755
--- a/include/message_port.h
+++ b/include/message_port.h
@@ -385,7 +385,7 @@ EXPORT_API int message_port_send_trusted_message_with_local_port(const char *rem
* registration events
* @return @c 0 on success,
* otherwise a negative error value
- * @retval #MESSAGEPORT_ERROR_INVALID_PARAMETER The specified @a remote_app_id or @a remote_port
+ * @retval #MESSAGE_PORT_ERROR_INVALID_PARAMETER The specified @a remote_app_id or @a remote_port
* or @a registered_cb is NULL
* @retval #MESSAGE_PORT_ERROR_OUT_OF_MEMORY Out of memory
* @retval #MESSAGE_PORT_ERROR_IO_ERROR Internal I/O error
@@ -416,7 +416,7 @@ EXPORT_API int message_port_add_registered_cb(const char *remote_app_id,
* unregistration events
* @return @c 0 on success,
* otherwise a negative error value
- * @retval #MESSAGEPORT_ERROR_INVALID_PARAMETER The specified @a remote_app_id or @a remote_port
+ * @retval #MESSAGE_PORT_ERROR_INVALID_PARAMETER The specified @a remote_app_id or @a remote_port
* or @a unregistered_cb is NULL
* @retval #MESSAGE_PORT_ERROR_OUT_OF_MEMORY Out of memory
* @retval #MESSAGE_PORT_ERROR_IO_ERROR Internal I/O error