X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmedia_folder.h;h=dac9fa7a2084c7c8ac64a33d508250f7c9802183;hb=f6e8766bf9da7039fd3b54459420e28bc3d10c75;hp=6fbbe942c0d3527368c4475b81da8f051756438e;hpb=afd793a12da82fc240b40b0d6b45f6d416318075;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include/media_folder.h b/include/media_folder.h index 6fbbe94..dac9fa7 100755 --- a/include/media_folder.h +++ b/include/media_folder.h @@ -254,41 +254,6 @@ int media_folder_get_path(media_folder_h folder, char **path); int media_folder_get_name(media_folder_h folder, char **folder_name); /** - * @deprecated Deprecated since 5.0. Use storage_get_type_dev() instead. - * @brief Gets the folder storage type. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * - * @param[in] folder The handle to the media folder - * @param[out] storage_type The storage type of the media folder - * - * @return @c 0 on success, - * otherwise a negative error value - * - * @retval #MEDIA_CONTENT_ERROR_NONE Successful - * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter - */ -int media_folder_get_storage_type(media_folder_h folder, media_content_storage_e *storage_type) TIZEN_DEPRECATED_API; - -/** - * @deprecated Deprecated since 5.0. - * @brief Gets the storage id of the folder. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif - * - * @remarks The @a storage_id should be released using free(). - * - * @param[in] folder The handle to the media folder - * @param[out] storage_id The storage id of the media folder - * - * @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_folder_get_storage_id(media_folder_h folder, char **storage_id) TIZEN_DEPRECATED_API; - -/** * @brief Gets the media folder from the media database. * * @details This function creates a new media folder handle from the media database by the given @a folder_id.