X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include_product%2Fmedia_content_type.h;h=2c7887c7b485e0a25ed468f2c4fd814b508909e6;hb=afd793a12da82fc240b40b0d6b45f6d416318075;hp=4066a597c02842f189c9aaa66997bf6654b9a02c;hpb=53e9dfd6d13a24cf8260984833fca50b664a26bc;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index 4066a59..2c7887c 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -381,7 +381,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 UUID of media or directory, which is updated + * @param[in] uuid 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 @@ -395,7 +395,7 @@ typedef void (*media_content_db_update_cb)( media_content_db_update_item_type_e update_item, media_content_db_update_type_e update_type, media_content_type_e media_type, - char *uuid, + char *id, char *path, char *mime_type, void *user_data);