Change folder_id to row id instead of uuid
[platform/core/api/media-content.git] / include_product / media_content_type.h
index 4066a59..2c7887c 100755 (executable)
@@ -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);