From 9573e59fe2a1665d5906fee2453714c18c83f8c7 Mon Sep 17 00:00:00 2001 From: "minje.ahn" Date: Tue, 23 May 2023 09:59:48 +0900 Subject: [PATCH] Update description Change-Id: Iff3743f6b6bc127ed52448f09df2bacc15e1af59 Signed-off-by: minje.ahn --- include/media_content_type.h | 2 +- include_product/media_content_type.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/media_content_type.h b/include/media_content_type.h index 39ace5c..fa99901 100755 --- a/include/media_content_type.h +++ b/include/media_content_type.h @@ -300,7 +300,7 @@ typedef void (*media_scan_completed_cb)(media_content_error_e error, void * user * @param[in] update_item The update item of notification * @param[in] update_type The update type of notification * @param[in] media_type The type of the media content (#media_content_type_e) - * @param[in] uuid The ID of media or directory, which is updated + * @param[in] id The ID of media or directory, which is updated * @param[in] path The path of the media or directory * @param[in] mime_type The MIME of the media info * @param[in] user_data The user data passed from the foreach function diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index 4d41d1e..39dbed3 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -374,7 +374,7 @@ typedef void (*media_scan_completed_cb)(media_content_error_e error, void * user * @param[in] update_item The update item of notification * @param[in] update_type The update type of notification * @param[in] media_type The type of the media content (#media_content_type_e) - * @param[in] uuid The ID of media or directory, which is updated + * @param[in] id The ID of media or directory, which is updated * @param[in] path The path of the media or directory * @param[in] mime_type The MIME of the media info * @param[in] user_data The user data passed from the foreach function -- 2.7.4