Fix typo 14/183914/1 accepted/tizen/4.0/unified/20180712.235759 submit/tizen_4.0/20180712.083848
authorhj kim <backto.kim@samsung.com>
Thu, 12 Jul 2018 08:29:15 +0000 (17:29 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 12 Jul 2018 08:29:15 +0000 (17:29 +0900)
Change-Id: I0f4e45fc72d1154a4b4a55d0d4a40860986e3fe9

include/media_controller_client.h

index 0403f9e8cde2e9ee520f122c8c571cf1de2aa562..e5eb7784da85f5e6b0b21b68f396747aaf249922 100755 (executable)
@@ -667,7 +667,7 @@ int mc_client_unset_metadata_updated_cb(mc_client_h client);
  * @see mc_client_create()
  * @see mc_client_destroy()
  */
-int mc_client_set_shuffle_mode_updated_cb(mc_client_h client, mc_shuffle_mode_changed_cb callback, void *user_data);
+int mc_client_set_shuffle_mode_updated_cb(mc_client_h client, mc_shuffle_mode_updated_cb callback, void *user_data);
 
 /**
  * @brief Unsets the callback for monitoring shuffle mode of the media controller server.
@@ -708,7 +708,7 @@ int mc_client_unset_shuffle_mode_updated_cb(mc_client_h client);
  * @see mc_client_create()
  * @see mc_client_destroy()
  */
-int mc_client_set_repeat_mode_updated_cb(mc_client_h client, mc_repeat_mode_changed_cb callback, void *user_data);
+int mc_client_set_repeat_mode_updated_cb(mc_client_h client, mc_repeat_mode_updated_cb callback, void *user_data);
 
 /**
  * @brief Unsets the callback for monitoring repeat mode of the media controller server.