[ACR-1378] Modify description
[platform/core/api/media-content.git] / include_product / media_folder.h
index 94adaf9..6fbbe94 100755 (executable)
@@ -69,9 +69,7 @@ int media_folder_get_folder_count_from_db(filter_h filter, int *folder_count);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarks Do not call updating DB function like media_folder_update_to_db() in your callback function, your callback function is invoked as inline function.\n
- *                   So, your callback function is in read state in SQLite. When you are in read state, sometimes you do not update DB. \n
- *                   We do not recommend you call updating DB function in callback of foreach function.
+ * @remarks We do not recommend you call updating DB function in callback of foreach function.
  *
  * @param[in] filter The handle to the media filter
  * @param[in] callback The callback function to be invoked
@@ -126,7 +124,7 @@ int media_folder_get_media_count_from_db(const char *folder_id, filter_h filter,
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarks   Do not call updating DB function like media_info_update_to_db(), media_info_refresh_metadata_to_db(), audio_meta_update_to_db(), image_meta_update_to_db() and video_meta_update_to_db()  in your callback function,
+ * @remarks   Do not call updating DB function like media_info_update_to_db() in your callback function,
  *                    your callback function is invoked as inline function. \n
  *                    So, your callback function is in read state in SQLite. When you are in read state, sometimes you do not update DB. \n
  *                    We do not recommend you call updating DB function in callback of foreach function.