From: Minje Ahn Date: Fri, 28 Oct 2016 01:45:56 +0000 (+0900) Subject: Reinforce description X-Git-Tag: accepted/tizen/common/20161103.155817~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F94251%2F1;p=platform%2Fcore%2Fapi%2Fmedia-content.git Reinforce description Change-Id: I99efb5848ddf156bb9a0e2e9ad1351979211f21c Signed-off-by: Minje Ahn --- diff --git a/include/media_content_type.h b/include/media_content_type.h index e7d1ae4..c95cf93 100755 --- a/include/media_content_type.h +++ b/include/media_content_type.h @@ -918,7 +918,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * */ -#define MEDIA_FAVOURITE "MEDIA_FAVOURITE" /**< 0-not favourite, 1-favourite*/ +#define MEDIA_FAVOURITE "MEDIA_FAVOURITE" /**< The time to register favourite*/ /** * @brief You can use above define to set the condition of media filter and order keyword. diff --git a/include/media_info.h b/include/media_info.h index 57e4109..1893f7b 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -1302,6 +1302,10 @@ int media_info_set_rating(media_info_h media, int rating); /** * @brief Sets the favorite of media info. + * @details This function can mark favorite of the media. If set to @c true, this fuction record the time of the change moment. \n + * So, If you use it in order parameter, you can sort the order of the time was a favorite. \n + * Or, if you use it in condition parameter, you can get the result of the favorite media. + * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] media The media info handle diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index d36e86f..1d3bc5a 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -1016,7 +1016,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * */ -#define MEDIA_FAVOURITE "MEDIA_FAVOURITE" /**< 0-not favourite, 1-favourite*/ +#define MEDIA_FAVOURITE "MEDIA_FAVOURITE" /**< The time to register favourite*/ /** * @brief You can use above define to set the condition of media filter and order keyword. diff --git a/include_product/media_info.h b/include_product/media_info.h index 87ba055..e9f6ecf 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -1373,6 +1373,9 @@ int media_info_set_rating(media_info_h media, int rating); /** * @brief Sets the favorite of media info. + * @details This function can mark favorite of the media. If set to @c true, this fuction record the time of the change moment. \n + * So, If you use it in order parameter, you can sort the order of the time was a favorite. \n + * Or, if you use it in condition parameter, you can get the result of the favorite media. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] media The media info handle