*
* @param[in] server_name The app_id of the media controller server which sent the reply
* @param[in] request_id The id of the command request
- * @param[in] result_code The result code of the action, @a mc_result_code_e since 6.0
+ * @param[in] result_code The result code of the action, #mc_result_code_e since 6.0
* @param[in] data The extra data
* @param[in] user_data The user data passed from the mc_client_set_cmd_reply_received_cb() function
*
* @param[in] client The handle of the media controller client
* @param[in] server_name The app_id of the media controller server
* @param[in] request_id The id of the event request, received in the mc_client_set_custom_event_received_cb() function
- * @param[in] result_code The result code of custom event, @a mc_result_code_e since 6.0
+ * @param[in] result_code The result code of custom event, #mc_result_code_e since 6.0
* @param[in] data The extra data
* @return @c 0 on success,
* otherwise a negative error value
*
* @remarks The callback is called in the dbus event loop. \n
* If @a request_id is not null, the server should send the reply to the client with the @a request_id.\n
- * The @a client_name, @a request_id, @ playlist_name and @ index should not be released by the application. \n
- * The @a client_name, @a request_id, @ playlist_name and @ index can be used only in the callback. To use outside, make a copy.
+ * The @a client_name, @a request_id, @a playlist_name and @a index should not be released by the application. \n
+ * The @a client_name, @a request_id, @a playlist_name and @a index can be used only in the callback. To use outside, make a copy.
*
* @param[in] client_name The app_id of the media controller client
* @param[in] request_id The request_id of the media controller client
*
* @remarks The callback is called in the dbus event loop. @a data should be released using bundle_free().\n
* If @a request_id is not null, the server should send the reply to the client with the @a request_id.\n
- * The @a client_name, @a request_id and @ command should not be released by the application. \n
- * The @a client_name, @a request_id and @ command can be used only in the callback. To use outside, make a copy.
+ * The @a client_name, @a request_id and @a command should not be released by the application. \n
+ * The @a client_name, @a request_id and @a command can be used only in the callback. To use outside, make a copy.
*
* @param[in] client_name The app_id of the media controller client
* @param[in] request_id The id of the command request
* @param[in] server The handle to media controller server
* @param[in] client_name The app_id of the media controller client
* @param[in] request_id The id of the command request, received in the mc_server_custom_cmd_received_cb() function
- * @param[in] result_code The result code of custom command, @a mc_result_code_e since 6.0
+ * @param[in] result_code The result code of custom command, #mc_result_code_e since 6.0
* @param[in] data The extra data
* @return @c 0 on success,
* otherwise a negative error value