summaryrefslogtreecommitdiff
path: root/include/message_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/message_port.h')
-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