Update platform version 65/294065/1 accepted/tizen/8.0/unified/20231005.092910 accepted/tizen/unified/20230620.022516 tizen_8.0_m2_release
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 12 Jun 2023 12:03:58 +0000 (21:03 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 12 Jun 2023 12:03:58 +0000 (21:03 +0900)
Change-Id: Ibb236f0976c9302658d814703fc7604ae68bb00c
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/download.h
include/download_extension.h

index 630d828..bfa465b 100755 (executable)
@@ -1414,7 +1414,7 @@ int download_get_etag(int download_id, char **etag);
 /**
  * @brief Sets the 'enabled' state of the cache feature.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -1438,7 +1438,7 @@ int download_set_cache(int download_id, bool enable);
 /**
  * @brief Gets the 'enabled' state of the cache feature.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -1462,7 +1462,7 @@ int download_get_cache(int download_id, bool *enable);
 /**
  * @brief Clears the cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
index 50909fb..82580eb 100644 (file)
@@ -35,7 +35,7 @@ extern "C"
 /**
  * @brief Sets the max size of the cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -60,7 +60,7 @@ int download_set_cache_max_size(unsigned int size);
 /**
  * @brief Gets the max size of the cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -83,7 +83,7 @@ int download_get_cache_max_size(unsigned int *size);
 /**
  * @brief Clears all cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -100,7 +100,7 @@ int download_reset_all_cache(void);
 /**
  * @brief Sets the path of the cache stored.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -123,7 +123,7 @@ int download_set_cache_path(const char *path);
 /**
  * @brief Gets the path of the cache stored.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -146,7 +146,7 @@ int download_get_cache_path(char **path);
 /**
  * @brief Sets the life cycle of the cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *
@@ -171,7 +171,7 @@ int download_set_cache_lifecycle(unsigned int time);
 /**
  * @brief Gets the life cycle of the cache.
  *
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download
  *