From 96491502365c4087ea48f8fd1105c974fca0c007 Mon Sep 17 00:00:00 2001 From: hj kim Date: Thu, 27 Sep 2018 14:13:38 +0900 Subject: [PATCH] Reinforce document for the ability support Change-Id: I89f1e98c7945912f945895d1a43d522700eccb90 --- include/media_controller_server.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/media_controller_server.h b/include/media_controller_server.h index 7877385..b20ac78 100755 --- a/include/media_controller_server.h +++ b/include/media_controller_server.h @@ -1293,6 +1293,8 @@ int mc_server_foreach_playlist(mc_server_h server, mc_playlist_cb callback, void * @privlevel public * @privilege %http://tizen.org/privilege/mediacontroller.server * + * @remarks If @a support is #MC_ABILITY_SUPPORTED_UNDECIDED, this function will return #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER. + * * @param[in] server The handle to media controller server * @param[in] action The playback action * @param[in] support The support value of the ability @@ -1340,6 +1342,8 @@ int mc_server_update_playback_ability(mc_server_h server); * @privlevel public * @privilege %http://tizen.org/privilege/mediacontroller.server * + * @remarks If @a support is #MC_ABILITY_SUPPORTED_UNDECIDED, this function will return #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER. + * * @param[in] server The handle to media controller server * @param[in] support The support value of the ability * @return @c 0 on success, @@ -1362,6 +1366,8 @@ int mc_server_set_shuffle_ability(mc_server_h server, mc_ability_support_e suppo * @privlevel public * @privilege %http://tizen.org/privilege/mediacontroller.server * + * @remarks If @a support is #MC_ABILITY_SUPPORTED_UNDECIDED, this function will return #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER. + * * @param[in] server The handle to media controller server * @param[in] support The support value of the ability * @return @c 0 on success, -- 2.7.4