X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include_product%2Fmedia_content_product.h;h=3fbcb7569601b37e5ea3a10a8beecb7f1cc1986a;hb=b8eb368f062a565ea9d5a07a9222e41afd7cfe12;hp=2c3c3f9c1e1cc3f35eb410b2c67f1ca70d6f6480;hpb=20e9cd7816214d413dbf408cf435f0508b564f5a;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_content_product.h b/include_product/media_content_product.h index 2c3c3f9..3fbcb75 100755 --- a/include_product/media_content_product.h +++ b/include_product/media_content_product.h @@ -204,20 +204,6 @@ int media_folder_set_name(media_folder_h folder, const char *name); */ int media_folder_update_to_db(media_folder_h folder); -/** - * @brief insert media folder into database by folder path - * @since_tizen 4.0 - * - * @param[in] folder path - * - * @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_insert_to_db(const char *path); - /********** media_group **********/ /**