Sync common with product code
[platform/core/api/media-content.git] / include_product / media_storage.h
index 9a4a7b0..b6f337a 100755 (executable)
@@ -245,6 +245,7 @@ int media_storage_clone(media_storage_h *dst, media_storage_h src);
 int media_storage_get_id(media_storage_h storage, char **storage_id);
 
 /**
+ * @deprecated Deprecated since 4.0.
  * @brief Gets the storage name of media storage.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -261,7 +262,7 @@ int media_storage_get_id(media_storage_h storage, char **storage_id);
  * @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);
+int media_storage_get_name(media_storage_h storage, char **storage_name) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Gets the storage path of media storage.