From 85c49f9fd6b461fd67e657dcc161784f34184e4d Mon Sep 17 00:00:00 2001 From: jusung son Date: Mon, 22 May 2017 16:34:46 +0900 Subject: [PATCH] Fix API description Change-Id: Ice477bcf378a53f426fb7c4afd32b22229068916 Signed-off-by: jusung son --- include/message_port.h | 4 ++-- 1 file 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 -- 2.7.4