summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhj kim <backto.kim@samsung.com>2018-07-12 17:29:15 +0900
committerhj kim <backto.kim@samsung.com>2018-07-12 08:29:51 +0000
commite53546be3087a90618756c32e2bbc0b290751cdc (patch)
treeb544751242eb476648f68d7bcdbbf0d8d4f56ea0
parent224cca9fca78dc42ba65854ea5864cb736572960 (diff)
downloadmedia-controller-e53546be3087a90618756c32e2bbc0b290751cdc.tar.gz
media-controller-e53546be3087a90618756c32e2bbc0b290751cdc.tar.bz2
media-controller-e53546be3087a90618756c32e2bbc0b290751cdc.zip
Change-Id: I0f4e45fc72d1154a4b4a55d0d4a40860986e3fe9
-rwxr-xr-xinclude/media_controller_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media_controller_client.h b/include/media_controller_client.h
index 0403f9e..e5eb778 100755
--- a/include/media_controller_client.h
+++ b/include/media_controller_client.h
@@ -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.