Fix API description 97/130397/1
authorjusung son <jusung07.son@samsung.com>
Mon, 22 May 2017 07:34:46 +0000 (16:34 +0900)
committerjusung son <jusung07.son@samsung.com>
Mon, 22 May 2017 07:34:46 +0000 (16:34 +0900)
Change-Id: Ice477bcf378a53f426fb7c4afd32b22229068916
Signed-off-by: jusung son <jusung07.son@samsung.com>
include/message_port.h

index 7934a6b..bc2def4 100755 (executable)
@@ -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