code cleanup
[platform/core/api/media-content.git] / include_product / media_storage.h
index 3a2a52f..ccadd94 100755 (executable)
@@ -149,7 +149,7 @@ int media_storage_get_media_count_from_db(const char *storage_id, filter_h filte
  *
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @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.\n
@@ -250,26 +250,6 @@ int media_storage_clone(media_storage_h *dst, media_storage_h src) TIZEN_DEPRECA
 int media_storage_get_id(media_storage_h storage, char **storage_id) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 4.0.
- * @brief Gets the storage name of media storage.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- *
- * @remarks The @a storage_name should be released using free().
- *                   If the requested storage is not the cloud storage, this function returns NULL.
- *
- * @param[in] storage The media storage handle
- * @param[out] storage_name The storage name of the media storage
- *
- * @return @c 0 on success,
- *         otherwise a negative error value
- *
- * @retval #MEDIA_CONTENT_ERROR_NONE              Successful
- * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
- * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY     Out of memory
- */
-int media_storage_get_name(media_storage_h storage, char **storage_name) TIZEN_DEPRECATED_API;
-
-/**
  * @deprecated Deprecated since 5.0. Use @ref CAPI_SYSTEM_STORAGE_MODULE instead.
  * @brief Gets the storage path of media storage.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif