Add lacks of TIZEN_DEPRECATED_API TAG 32/301332/1 accepted/tizen/8.0/unified/20231116.175404
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:47:18 +0000 (07:47 +0000)
Change-Id: I7b0c554032feacf50ddc34914194e036dcd7ced6
Signed-off-by: JinWang An <jinwang.an@samsung.com>
(cherry picked from commit d5a9f320290e160b164f76871d50fb750ba4b5f8)

src/include/utils_i18n_timezone.h

index 932f155..d22a341 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.