Reinforce description 51/94251/1
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 28 Oct 2016 01:45:56 +0000 (10:45 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Fri, 28 Oct 2016 01:45:56 +0000 (10:45 +0900)
Change-Id: I99efb5848ddf156bb9a0e2e9ad1351979211f21c
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_content_type.h
include/media_info.h
include_product/media_content_type.h
include_product/media_info.h

index e7d1ae4..c95cf93 100755 (executable)
@@ -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.
index 57e4109..1893f7b 100755 (executable)
@@ -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
index d36e86f..1d3bc5a 100755 (executable)
@@ -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.
index 87ba055..e9f6ecf 100755 (executable)
@@ -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