X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include_product%2Fmedia_tag.h;h=d87027ca59f223aeb50059a95a30645c390ef9ac;hb=e3a85c4b01e521925af9f702357dc9e65377b8b9;hp=31cdabc63a3ae71c81e95096f54e2072feb37b96;hpb=58e13c8418bc6e015067a4113e3a862c23712f6d;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_tag.h b/include_product/media_tag.h index 31cdabc..d87027c 100755 --- a/include_product/media_tag.h +++ b/include_product/media_tag.h @@ -112,7 +112,6 @@ int media_tag_delete_from_db(int tag_id); * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter * @retval #MEDIA_CONTENT_ERROR_DB_FAILED DB Operation failed * @retval #MEDIA_CONTENT_ERROR_DB_BUSY DB Operation busy - * @retval #MEDIA_CONTENT_ERROR_PERMISSION_DENIED Permission denied * * @pre This function requires opened connection to content service by media_content_connect(). * @@ -140,7 +139,6 @@ int media_tag_get_tag_count_from_db(filter_h filter, int *tag_count); * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY Out of memory * @retval #MEDIA_CONTENT_ERROR_DB_FAILED DB Operation failed * @retval #MEDIA_CONTENT_ERROR_DB_BUSY DB Operation busy - * @retval #MEDIA_CONTENT_ERROR_PERMISSION_DENIED Permission denied * * @pre This function requires opened connection to content service by media_content_connect(). * @post This function invokes media_tag_cb(). @@ -166,7 +164,6 @@ int media_tag_foreach_tag_from_db(filter_h filter, media_tag_cb callback, void * * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter * @retval #MEDIA_CONTENT_ERROR_DB_FAILED DB Operation failed * @retval #MEDIA_CONTENT_ERROR_DB_BUSY DB Operation busy - * @retval #MEDIA_CONTENT_ERROR_PERMISSION_DENIED Permission denied * * @pre This function requires opened connection to content service by media_content_connect(). * @@ -195,7 +192,6 @@ int media_tag_get_media_count_from_db(int tag_id, filter_h filter, int *media_co * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY Out of memory * @retval #MEDIA_CONTENT_ERROR_DB_FAILED DB Operation failed * @retval #MEDIA_CONTENT_ERROR_DB_BUSY DB Operation busy - * @retval #MEDIA_CONTENT_ERROR_PERMISSION_DENIED Permission denied * * @pre This function requires opened connection to content service by media_content_connect(). * @post This function invokes media_info_cb(). @@ -234,7 +230,7 @@ int media_tag_clone(media_tag_h *dst, media_tag_h src); /** * @brief Destroys the media tag. * @details This function frees all resources related to the tag handle. The tag handle can no longer - * be used for any operation. A new tag handle has to be created before next usage. + * be used for any operations. A new tag handle has to be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -294,7 +290,7 @@ int media_tag_get_name(media_tag_h tag, char **tag_name); * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * - * @remarksThe @a tag should be released using media_tag_destroy(). + * @remarks The @a tag should be released using media_tag_destroy(). * * @param[in] tag_id The ID of the media tag * @param[out] tag The handle to the media tag @@ -307,7 +303,6 @@ int media_tag_get_name(media_tag_h tag, char **tag_name); * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY Out of memory * @retval #MEDIA_CONTENT_ERROR_DB_FAILED DB Operation failed * @retval #MEDIA_CONTENT_ERROR_DB_BUSY DB Operation busy - * @retval #MEDIA_CONTENT_ERROR_PERMISSION_DENIED Permission denied * * @pre This function requires opened connection to content service by media_content_connect(). *