From 4e41bdc83eee4cc526cddeac977371b52d3bdbab Mon Sep 17 00:00:00 2001 From: hj kim Date: Wed, 29 May 2019 11:49:01 +0900 Subject: [PATCH] Update API description Change-Id: Ibfcd8ef11ab2ccb6befdb2ad5e688ca741cf0d3a --- include/media_controller_metadata.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/media_controller_metadata.h b/include/media_controller_metadata.h index 64841d4..b0e14bb 100755 --- a/include/media_controller_metadata.h +++ b/include/media_controller_metadata.h @@ -37,9 +37,9 @@ extern "C" { */ /** - * @brief Clones a media controller metadata handle. - * @details This function copies the media controller metadata handle from a source to - * destination. The #mc_metadata_h is created internally and available through media controller metadata functions. + * @brief Clones the metadata handle of media. + * @details This function copies the metadata handle from one to another. + * The #mc_metadata_h is created internally and therefore available through the functions of media controller metadata. * * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif * @@ -380,7 +380,7 @@ int mc_playback_action_is_supported(mc_playback_ability_h ability, mc_playback_a typedef bool (*mc_search_condition_cb)(mc_content_type_e content_type, mc_search_category_e category, const char *search_keyword, bundle *data, void *user_data); /** - * @brief Creates a media controller search handle. + * @brief Creates a handle for searching media. * @since_tizen 5.0 * * @remarks The @a search should be released using @c mc_search_destroy(). -- 2.7.4