Add lacks of TIZEN_DEPRECATED_API TAG 31/301331/1 accepted/tizen/unified/20231115.173513 accepted/tizen/unified/riscv/20231211.234010
authorJinWang An <jinwang.an@samsung.com>
Tue, 14 Nov 2023 07:40:55 +0000 (16:40 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 14 Nov 2023 07:40:55 +0000 (16:40 +0900)
Change-Id: I7b0c554032feacf50ddc34914194e036dcd7ced6
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/include/utils_i18n_timezone.h

index 932f1559016a307f52312621163d31b9cba2a2ef..d22a341b2da87f5910133ddcd2263e899af7ee19 100644 (file)
@@ -361,7 +361,7 @@ int i18n_timezone_get_display_name(i18n_timezone_h timezone, char **display_name
  *
  * @retval #I18N_ERROR_NONE Successful
  */
-int i18n_timezone_get_display_name_with_locale(i18n_timezone_h timezone, const char *language, const char *country , char **display_name);
+int i18n_timezone_get_display_name_with_locale(i18n_timezone_h timezone, const char *language, const char *country , char **display_name) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Returns a name of this time zone suitable for presentation to the user in the default locale.
@@ -394,7 +394,7 @@ int i18n_timezone_get_display_name_with_type(i18n_timezone_h timezone, i18n_uboo
  *
  * @retval #I18N_ERROR_NONE Successful
  */
-int i18n_timezone_get_display_name_with_type_locale(i18n_timezone_h timezone, i18n_ubool daylight, i18n_timezone_display_type_e style, const char *language, const char *country, char **display_name);
+int i18n_timezone_get_display_name_with_type_locale(i18n_timezone_h timezone, i18n_ubool daylight, i18n_timezone_display_type_e style, const char *language, const char *country, char **display_name) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Queries if this time zone uses daylight savings time.