Update doxygen 18/197218/1 accepted/tizen/5.0/unified/20190111.055247 submit/tizen_5.0/20190110.080541
authorhj kim <backto.kim@samsung.com>
Thu, 10 Jan 2019 08:00:21 +0000 (17:00 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 10 Jan 2019 08:00:41 +0000 (17:00 +0900)
Change-Id: I0d9edf53af5863ccc9d727aa543dfd7d35afde5b

doc/media_controller_doc.h
include/media_controller_metadata.h

index 88c3416b5f86b3f9d26238e1616df945419868cc..a2623046ad15c20b7ca42fb20889c6ad63b30df2 100755 (executable)
@@ -51,7 +51,7 @@
 *      \#include <media_controller_server.h>
 *
 * @section CAPI_MEDIA_CONTROLLER_SERVER_MODULE_OVERVIEW Overview
-* The @ref CAPI_MEDIA_CONTROLLER_SERVER_MODULE API allows you to send the playback info (#mc_server_set_playback_state(), #mc_server_set_playback_position(), #mc_server_set_playlist_item_info()), the metadata (#mc_server_set_metadata() and playlist (#mc_server_set_playlist_item_index(), #mc_server_create_playlist()). and to receive the custom command (#mc_server_set_custom_cmd_received_cb()), to update the status information on the latest server (#mc_server_update_playback_info(), #mc_server_update_metadata(). \n
+* The @ref CAPI_MEDIA_CONTROLLER_SERVER_MODULE API allows you to send the playback info (#mc_server_set_playback_state(), #mc_server_set_playback_position(), #mc_server_set_playlist_item_info()), the metadata (#mc_server_set_metadata() and playlist (#mc_server_set_playlist_item_info(), #mc_server_create_playlist()). and to receive the custom command (#mc_server_set_custom_cmd_received_cb()), to update the status information on the latest server (#mc_server_update_playback_info(), #mc_server_update_metadata(). \n
 * Before doing those things you should create handle(#mc_server_create()). And if you don't use handle anymore, you have to destroy it(#mc_server_destroy()).
 *
 */
@@ -65,7 +65,7 @@
 *
 * @section CAPI_MEDIA_CONTROLLER_CLIENT_MODULE_OVERVIEW Overview
 * The @ref CAPI_MEDIA_CONTROLLER_CLIENT_MODULE API allows you to check the activated server status (#mc_client_set_server_updated_cb()), the playback info (#mc_client_set_playback_updated_cb()), the metadata (#mc_client_set_metadata_updated_cb()) or the playlist(#mc_client_set_playlist_updated_cb()). \n
-* And client can send the custom command to server(#mc_client_send_custom_command()). \n
+* And client can send the custom command to server(#mc_client_send_custom_cmd()). \n
 * Before doing those things you should create handle(#mc_client_create()). And if you don't use handle anymore, you have to destroy it(#mc_client_destroy()).
 * If there is no the activated server, you can get the latest server information by using #mc_client_get_latest_server_info().
 *
index d508a54f88bd3d5aa845a0c157c521deaca4d744..81a7cde14bb7bcd1e2a7cd05ce02231e62256754 100755 (executable)
@@ -97,10 +97,10 @@ int mc_metadata_destroy(mc_metadata_h metadata);
  * @retval #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #MEDIA_CONTROLLER_ERROR_OUT_OF_MEMORY Out of memory
  *
- * @pre Sets mc_client_set_metadata_update_cb() function to get the metadata if you are media controller client. \n
+ * @pre Sets mc_client_set_metadata_updated_cb() function to get the metadata if you are media controller client. \n
  *         and also you can use this function when get the metadata when callback function invoked in @c mc_playlist_foreach_item().
  *
- * @see mc_client_set_metadata_update_cb()
+ * @see mc_client_set_metadata_updated_cb()
  * @see mc_playlist_foreach_item()
  */
 int mc_metadata_get(mc_metadata_h metadata, mc_meta_e attribute, char **value);