Add 'since_tizen' tag 20/49020/1
authorMu-Woong <muwoong.lee@samsung.com>
Mon, 5 Oct 2015 08:07:49 +0000 (17:07 +0900)
committerMu-Woong <muwoong.lee@samsung.com>
Mon, 5 Oct 2015 08:07:49 +0000 (17:07 +0900)
Change-Id: I88dcba3703ba6017b911124e4ac62a756fb30e3a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit 7200fcf11b59a6f3db7292167c6dde473dfb4cec)
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
include/context_history.h

index 6f2e729..48f937d 100644 (file)
@@ -31,46 +31,55 @@ extern "C" {
 
 /**
  * @brief      The attribute key denoting "application id"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_APP_ID "AppId"
 
 /**
  * @brief      The attribute key denoting "total count"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_TOTAL_COUNT "TotalCount"
 
 /**
  * @brief      The attribute key denoting "total duration"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_TOTAL_DURATION "TotalDuration"
 
 /**
  * @brief      The attribute key denoting "last time"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_LAST_TIME "LastTime"
 
 /**
  * @brief      The attribute key denoting "hour of day"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_HOUR_OF_DAY "HourOfDay"
 
 /**
  * @brief      The attribute key denoting "audio jack status"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_AUDIO_JACK "AudioJack"
 
 /**
  * @brief      The attribute key denoting "system volume"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_SYSTEM_VOLUME "SystemVolume"
 
 /**
  * @brief      The attribute key denoting "media volume"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_MEDIA_VOLUME "MediaVolume"
 
 /**
  * @brief      The attribute key denoting "address"
+ * @since_tizen 2.4
  */
 #define CONTEXT_HISTORY_ADDRESS "Address"