From 7a56ead39efe805070521f61b9c96f3c7c4cede6 Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 11 Feb 2019 18:55:47 +0900 Subject: [PATCH] [ACR-1348]Just update API description Change-Id: I3df81e037e68a185350f5f3f3aed476fc0f576ce --- include/media_info.h | 4 ++-- include_product/media_info.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/media_info.h b/include/media_info.h index 299082b..5622801 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -45,8 +45,8 @@ extern "C" { * @details In general, you can use this function to insert content files into the media database. \n * You can use media_content_scan_file()/media_content_scan_folder() function instead of this function. \n * If media information exists in the media database, this function returns information stored in the database.\n - * Since 5.5, if media information exists in the media database, - * this function will return the latest information after checking that the information is up-to-date. (Media database will be updated if necessary). + * Since 5.5, if media information already exists in the media database, + * this function returns the updated latest information. (Media database will be updated if necessary). * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * diff --git a/include_product/media_info.h b/include_product/media_info.h index 299082b..5622801 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -45,8 +45,8 @@ extern "C" { * @details In general, you can use this function to insert content files into the media database. \n * You can use media_content_scan_file()/media_content_scan_folder() function instead of this function. \n * If media information exists in the media database, this function returns information stored in the database.\n - * Since 5.5, if media information exists in the media database, - * this function will return the latest information after checking that the information is up-to-date. (Media database will be updated if necessary). + * Since 5.5, if media information already exists in the media database, + * this function returns the updated latest information. (Media database will be updated if necessary). * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * -- 2.7.4