From: jusung son Date: Mon, 22 May 2017 07:34:46 +0000 (+0900) Subject: Fix API description X-Git-Tag: submit/tizen/20170522.101034~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85c49f9fd6b461fd67e657dcc161784f34184e4d;p=platform%2Fcore%2Fappfw%2Fmessage-port.git Fix API description Change-Id: Ice477bcf378a53f426fb7c4afd32b22229068916 Signed-off-by: jusung son --- 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